@charset "utf-8";

body {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fefefe;
	background-color:#0a0108;
}
#header {
	background-image:url(images/header.jpg);
	height: 288px;
	width: 990px;
	
}
#text01 {
	width: 990px;
	height: 180px;
	background: url(images/txt.jpg) no-repeat;
	float:left;
}
.text {
	margin-left: 308px;
	margin-top: 5px;
	line-height:16px;
}
.text2 {
	color: #ff0ecc;
	font-weight:bold;
}
#set01 {
	float: left;
	width: 990px;
	height: 331px;
	background: url(images/set1.jpg) no-repeat;
}
#set02 {
	float: left;
	width: 990px;
	height: 291px;
	background: url(images/set2.jpg) no-repeat;	
}

#footer1 {
	float: left;
	width: 990px;
	height: 93px;
	background: url(images/footer1.jpg) no-repeat;		
}
#footer3 {
	float: left;
	width: 990px;
	height: 93px;
	background: url(images/footer3.jpg) no-repeat;		
}
.footer {
	font-size:12px;
	color:#c28dac;
}
.footer a:link, .footer a:visited {
	font-size:12px;
	color:#d5acc4;
	text-decoration:underline;
}
.footer a:active, .footer a:hover {
	font-size:12px;
	color:#d5acc4;
	text-decoration:none;
}
