@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold; 
}
#page{
	position:fixed !important;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-210px;
	margin-left:-490px;
	width:995px;
	height:600px;
}
	
/*======= DIV =======*/
a:link {
	color:#CCC;
	text-decoration: none;
}
a:visited {
	color:#CCC;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
div#top {
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:38px;
	width:900px;
	height:320px;
	}
div#bottom {
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:38px;
	width:900px;
	height:300px;
	}
	
	


