html{
	height:100%;
}
body {
	line-height: 1;
	color: #fff;
	background-color: #000000;
	background-image:url(../images/intro_back.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:100%;
}

.intro_wrapp {
	width:980px;
	margin:0 auto;
	text-align: center;
	font-size:11px;
	padding-top:350px;
}

.intro_wrapp p {
	margin-bottom:10px;
}

.intro_wrapp a {
	color:#ff0000;
	text-decoration:none;
}

.intro_wrapp a:hover{
	color:#fba206;
}
.intro_form{
	margin:20px;
}

.selected{
	display:none;
}
