body{
	background:#fff url(../images/home_bg.jpg) repeat-y;
	padding:0;
	margin:0;
	margin-top:-16px;
	width:1024px;
	font-family: Verdana;
	font-size:11px;
}

.home{
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	height:768px;
	margin:0;
	text-align:center;
}

.intro{
	padding-top:170px;
	width:100%;
}



h2{
	font-size:14px;
}

label{
	display:inline-block;
	width:200px;
	font-weight:bold;
}

input.text, select{
	width:250px;
	border:1px solid #555;
}

input.submit{
	border:1px solid #555;
	width:50px;
	background-color:#fff;
}

a:link{
	color: #787878;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #787878;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:active{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
