@charset "utf-8";

body {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001c25;
	background:#0a1200;
}
#header {
	background-image:url(images/header.jpg);
	height: 347px;
	width: 1000px;	
}
a img {
	border: #fffefc 3px solid;
}
.br {
	border: none;
}
#set01 {
	float: left;
	width: 1000px;
	height: 479px;
	_height: 469px;
	background: url(images/set1.jpg) no-repeat;
	_padding-top:10px;
}

#text{
	text-align:center;
	float:left;
	width:1000px;
}
.text {
	line-height:18px;
}
.text2 {
	font-size:16px;	
	color: #141414;
	font-weight:bold;
	line-height:24px;
}
#join {
	float: left;
	width: 1000px;
	height: 375px;
	background: url(images/join.jpg) no-repeat;
}
#footer1 {
	float: left;
	width: 1000px;
	height: 33px;
	background: url(images/footer1.jpg) no-repeat;		
}
#footer2 {
	float: left;
	width: 1000px;
	height: 108px;
	background: url(images/footer2.jpg) no-repeat;		
}
.footer {
	font-size:12px;
	color:#729101;
	line-height:16px;
}
.footer a:link, .footer a:visited {
	font-size:12px;
	color:#729101;
	text-decoration:underline;
}
.footer a:active, .footer a:hover {
	font-size:12px;
	color:#729101;
	text-decoration:none;
}

