@import url("reset.css");
body{
	background-color:#000;
}

.HEADER{
	width:1000px;
	margin:0 auto;
	position:relative;}
	
.HEADER img{
	position:absolute;
	left: 26px;
	top: 21px;
}
.HEADER h1{
	height:260px;
	background-image:url(images/a.jpg);
	text-indent:-9999px;
	}
	
.CONTENT {
	height:390px;
	background-image:url(images/b.jpg);
	text-indent:-9999px;
}
	
.CONTENT h3{
	position:absolute;
	left: 560px;
	top: 760px;
}
.CONTENT h3 a{
	display:block;
	width:130px;
	height:66px;
	background-image:url(images/btn-1.png);
	}
.CONTENT h3 a:hover{
	background-position:left bottom;}


.CONTENT h4{
	position:absolute;
	left: 700px;
	top: 760px;
}
.CONTENT h4 a{
	display:block;
	width:130px;
	height:66px;
	background-image:url(images/btn-2.png);
}

.CONTENT h4 a:hover{
	background-position:left bottom;}
	
.CONTENT h5{
	position:absolute;
	left: 169px;
	top: 902px;

}
.CONTENT h5 a{
	display:block;
	width: 665px;
	height: 69px;
}
	
.HEADER h2{
	height:366px;
	background-image:url(images/c.jpg);
	text-indent:-9999px;}

.HEADER p{
	height:50px;
	line-height:50px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;	
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	
}	
