@charset "utf-8";
/* CSS Document */
body {
width:100%;
}

#PrintName{
text-align:center;
font-size:28px;
visibility:visible; 
height:auto; 
width:100%;
}
#ColumnLeft{
	height: 0px;
	width:0px;
	visibility:hidden
}
#ColumnRight{
	height: 0px;
	width:0px;
	visibility:hidden
}

#ColumnCenter{
	top:0px;
	left:0px;
	text-align:left;
	width:95%;
	height:85%;
	margin-bottom:20px;
	margin-top:20px;
	border: 0px none #000000;
	margin-left: 0px;
	margin-right: 0px;
	display:block;	
}
			#Menu{
				height: 0px;
				width:0px;
				visibility:hidden
			}
			#Header{
				width:500px;
				text-align:center;
				font-variant: small-caps;
				background-color:#FFFFFF;
				position:relative;
				margin-left:auto;
				margin-right:auto;
				margin-top:20px;
				margin-bottom:20px;
			}			

			#Countdown{
				height: 0px;
				width:0px;
				visibility:hidden
			}
			#Footer{
				background-color:#FFFFFF;
				width:100%;
				margin-left:0px;
				margin-right:0px; 
				text-align:center;
				display: block; 
				bottom: 0px;
				position:fixed;
				filter: alpha(opacity=100);
				-moz-opacity: 1;
				opacity: 1.00

			}			