body { 
	text-align: center; /* for IE */
	background-image: url('background.png');
	background-repeat: repeat-x;
	background-color:#000000;
}

#flyer {	
	position:absolute;
	top:0;
	left: 50%;
	margin: 0 auto;   /* align for good browsers */		
    margin-left: -230px;
	height:460px;
	width:700px;
	/*text-align: left; *//* counter the body center */
	background-image: url('flyer.png');
	background-repeat: no-repeat;
	color:#1166ff;
}

#flyer-text {
	position:relative;
	top:40%;
	font-family:Georgia, Verdana, Arial;
	font-size:xx-large;
	font-style:
	font-weight:bolder;
}

.flyer-text-large {
	font-weight:none;
}

#footer {
	position:absolute;
	top:460px;
	color:#1166ff;
	width:300px;
	left:50%;
	margin: 0 auto;   /* align for good browsers */		
    margin-left: -150px;
	font-family:Tahoma, Arial;
	font-size:small;
}
#partyCountdown {

}

/*
#228822
#1166ff
#bbffdd
*/