@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFC312;
	font-size: 12px;
}
a:link{
	font-size: 12px;
	text-decoration: none;
	color: #0066CC;
}
#con {
	height: 700px;
	width: 1000px;
	margin: auto;
}
#main {
	height: 700px;
	width: 1000px;
}
