@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #86be00 url(images2/bg.jpg) repeat-x top center;
	font-size: 13px;
	color: #86be00;
}

#header {
	width: 489px;
	height: 278px;
	margin: 0 auto;
	background: url(images2/head.jpg) no-repeat center top;
}

	#welcome {
		width: 500px; height: 300px;
		margin: 0 auto;
    	top:50%;
    	left:50%;
		padding-left: 70px;
		}

#text {
	margin: 0 auto;
	margin-top: 40px;
	width: 494px;
	height: 200px;
	background: url(images2/contact.png) no-repeat center top;
}

#content {
	margin: 0 auto;
	margin-top: 20px;
	width: 494px;
	height: 200px;
}

		#vnav { position: relative; top: 35px; left: 0; width: 108px; height: 40px; background: url(images2/enter.png) no-repeat; list-style: none; margin: 0 auto;}
		#vnav li { position: absolute; left: 0; width: 108px; height: 40px; }
		#vnav #hnavhome { height: 40px; top: 0px; }
		#vnav li a { display: block; position: absolute; top: 0; left: 0; width: 108px; height: 40px; text-indent: -9999em;}