@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	color:#FFF;
	margin:0px;
}
img {
	border:0px;
}
.top {
	background-attachment: scroll;
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.logo {
	text-align: center;	
}
.main {
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -13px;
	padding-top: 47px;
	padding-bottom:44px;
}
.main .short {
	padding-top:50px;
}
.main .liner {
	color: #333;	
}
.main .button {
	background-image: url(../img/button.png);
	background-repeat: no-repeat;
	color:#a90000;
	height: 37px;
	width: 145px;
	color:#FFF;
	font-size:16px;
	border: 0px;
}
.main .input {
	height: 33px;
	width: 170px;
	color:#7F7F7F;
	font-size:16px;
	border:0px;
	padding-left:4px;
	margin-right:4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.main .url {
	height: 35px;
	width: 358px;
	color:#7F7F7F;
	font-size:16px;
	border:0px;
	padding-left:4px;
	margin-bottom:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.urlbg {
	background-image: url(../img/url_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:25px;
}
.footer {
	margin: 5px;
	padding: 10px;
	text-align:center;
	color:#959595;
	font-size:11px;
}
.height {
	height:130px;
}