@charset "UTF-8";

body {
	margin:0;
	background:#c3efff url(../images/index-bg.jpg) repeat-x;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #000000;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:#70900b;
}
a:hover {
	color:#0099CC;
}

a img {
	border:none;
}
#entrance {
	background:url(../images/index-logo.jpg) top center no-repeat;
	margin: 0 auto;
	padding-top:435px;
	padding-left:200px;
	height:600px;
	width:600px;
}
	

