@charset "utf-8";
/* CSS Document */
body{
	background-color: #FF0302;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0em;
}
#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	position: absolute;
	width: 550px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -275px;
	background-color: #FFFFFF;
}
#bottom_footer{
	clear:both;
	padding:5px;
	position:absolute;
	text-align:center;
	width: 550px;
	left: 50%;
	margin-left: -275px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CF747B;
	bottom: 1px;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {color: #999999;	text-decoration: none; font-weight: bold;}
a:visited {color: #666666; text-decoration: none; font-weight: bold;}
a:hover {color: #666666; font-weight: bold;}
a:active {color: #999999; font-weight: bold;}
