/* CSS Document */



body {
	font-family: trebuchet ms, verdana;
	color: #fff;
	font-size: 12px;
	background-color: #336699;
	}
	
	
#main {
	width: 725px;
	height: 624px;
	border: 2px solid #333;
	margin-left: 14px;
	background-color: #fff;
	}
	
#title {
	position: relative;
	top: 0px;
	height: 20px;
	width: 100%;
	color: #333;
	font-size: 17px;
	text-align: center;
	padding-top: 5px;
	}
	

#footer {
	position: absolute;
	top: 612px;
	left: 24px;
	height: 18px;
	width: 725px;
	text-align: center;
	background-color: #666;
	border-top: 2px solid #333;
	padding-top: 2px;
	}
	
*:first-child+html #footer {
	position: absolute;
	top: 612px;
	left: 26px;
	height: 25px;
	width: 725px;
	text-align: center;
	background-color: #666;
	border-top: 2px solid #333;
	padding-top: 2px;
	}

	
.footer a {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px;
	}
	
.footer a:hover {
	color: #000;
	text-decoration: none;
	}
	


	