﻿/* style: refollow */

/* `common 
-------------------------------------------------- */

a{color:#aaa;text-decoration:none}
a:hover{color:#aaa;text-decoration:underline}

/* `iepngfix 
-------------------------------------------------- */
body, #header img, #footer img, #btn_accept {
	behavior: url(css/iepngfix.htc);
}

/* `body 
-------------------------------------------------- */
html {
	height: 100%;
	background: #020204 url(../img/bg_index.jpg) repeat-x scroll 0 top;
}
body {
	color: #fff;
	font-family: Arial, Helvetica, Verdana, '宋体', sans-serif;
	font-size: 12px;
}

/* container 
-------------------------------------------------- */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `header 
-------------------------------------------------- */

#header {
	text-align: center;
	font-family: Times New Roman,verdana,arial,sans-serif;
}
#header .logo {
	margin-top: 25px;
}
#header .intro_1 {
	font-size:23px;
	padding: 10px 0 5px;
	font-weight: bold;
}
#header .intro_2 {
	font-size:20px;
}

/* `main 
-------------------------------------------------- */
#main {
	height: 340px;
	background: transparent url(../img/r_main.png) repeat-x scroll 0 0;
	padding-top: 40px;
	margin-top:20px;
}
.dialog {
	width: 30em;
	padding: 0 4em;
	margin: 0 auto;
	text-align: center;
}
h1 {
	color: #ff0000;
	font-size: 30px;
	line-height: 1.5;
}
.dialog p {
	color: #010101;
	font-size: 17px;
	line-height: 1.5;
}
.dialog a {
	text-decoration: underline;
	color: #999;
}
.dialog a:hover {
	color: #F78D1E;
}
#btn_accept {
	background: url(../img/open_gift_bg.png) no-repeat;
	width:234px;
	height:48px;
	text-decoration:none;
	color:#fff;
	margin:0 auto;
	cursor:pointer;
	display:block;
	font-size: 16px;
    font-weight: bold;
    line-height: 47px;
}
#btn_accept:hover {
	color:#3D7A8E;
}
/* `footer 
-------------------------------------------------- */
#footer {
	height: 40px;
	line-height: 3;
	clear: both;
	font-size: 12px;
	margin-top:10px;
}
#footer a img {
	vertical-align: middle; 
	width: 25px; 
	height: 25px; 
	margin: 0 5px;
}
#footer a {
	color: #B8B89F;
	cursor:	pointer;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer a.copy {
	float:right;
}
