@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
}

#footer {
	height: 30px;
	width: 100%;
}
#footer p {
	font-size: 11px;
	margin: 5px;
	padding-top: 2px;
}


#container {
	height: 630px;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#content {
	height: 600px;
	width: 600px;
	margin: 0px;
	text-align: left;
}
#footer a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}
#footer a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
#footer a:active {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}

