/* 代码提供：脚本之家 jb51.net */
/* BASIC RESET */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
/* HTML ELEMENTS */
body {
	
	font:62.5% Georgia, 'Times New Roman', serif;
	letter-spacing:1;
}
/* COMMON CLASSES */
.break {
	clear:both;
}
/* HEADER */
#header {
	height:600px;
	
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	position: absolute;
	
}




/* HEADER HAVIGATION */
#headernav-outer {
	position:relative;
	top:000px;
	margin:0 auto;
	
}
#headernav {
	padding-left:864px;
}
/* CONTENT */
#content {
	color:#575757;
	background-color:#eee;
}
#content p {
	padding:10px 20px;
	font-size:16px;
	width:960px;
	margin:0 auto;
}
#content p a {
	text-decoration:none;
	color:#CD2B3A;
}
#content p a:hover {
	text-decoration:underline;
	color:#7F000C;
}
/* 代码提供：脚本之家 jb51.net */