@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #efedb3;
}
a:link {
	color: #676200;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #676200;
}
a:hover {
	text-decoration: underline;
	color: #E94E16;
}
a:active {
	text-decoration: none;
	color: #676200;
}
#main{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	margin: auto;
	height: 630px;
	margin: -315px 0px 0px -450px;
}

