/**
 * page.css
 */

#page {
	border-width: 8px 8px 8px 8px;
	border-style: solid;
	border-color: #fff;
	background-image: url(images/main-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 870px;
	height: 533px;
	
	left: 50%;
	margin-left: -435px;
	top: 50%;
	margin-top: -266px;
	
	position: absolute;
}

/* footer */
#footer {
	width: 886px;
	
	left: 50%;
	margin-left: -435px;
	top: 50%;
	margin-top: 289px;
	
	position: absolute;
	
	/*padding-top: 23px;*/
}

#footer a {
	float: left;
	font: normal normal 10px Verdana, Arial, Helvetica;
	color: #cccccc;
}
#footer hr {
	display: none;
}