@charset "utf-8";
/* CSS Document */
    body {
	font: 100.01% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-color: #D8CBA8;
    }
#container  {
	margin: 0 auto;
	text-align: center;
	width: 480px;
	height: 480px;
	margin-top: -240px;
	top: 50%;
	position: absolute;
	left: 50%;
	margin-left: -240px;
    }

#mainBorder    {
	width: 480px;
	height: 328px;
	text-align: center;
	background-color: #FFFFFF;
    }
#footer  {
	width: 480px;
	float: left;
	margin-top: 24px;
	font-size: 0.7em;
}
#footer a {
	font-size: 1em;
	text-decoration: underline;
	color: #000;
}
