@charset "utf-8";

a:{color: #000000; background-color: #FFFFFF; text-decoration:none}
a:link {color: #000000; background-color: #FFFFFF; text-decoration: none;}
a:visited {color: #000000; background-color: #FFFFFF; text-decoration: none;}
a:hover {color: #FFFFFF; background-color: #FFFFFF; text-decoration: none;}
a:active {color: #000000; background-color: #FFFFFF; text-decoration: none;}

a img{border: none;}

body {
	font-family: "Cambria", "Century Schoolbook";
	background: #666666;
	margin: 0;
	text-align: center;
	color: #000000;
}
.main #container {
	position: relative;
	width: 800px;
	height: 660px;
	background: #FFFFFF;
	margin-top: 0 px;
	margin-bottom: 0 px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border: 1px solid #000000; 
}
.main #mainContent {
	position: absolute;
	top: 280px;
	left: 240px;
	padding: 0 0px;
	margin-top: 0 px;
	margin-bottom: 0 px;
	margin-left: auto;
	margin-right: auto;
}