/* CSS Document */

html, body, ul, ol, li, p, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0px;
	height: 0px;
}


.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #fff;
	text-decoration:none;
}
a:hover
{
	color: #666;
}

h1{
	position:absolute;
	top:-5000em;
	left:-5000em;
	text-indent:-5000em;
	font-size:1px;
	margin:0px;
	padding:0px;
	color: #000;
}


/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 1000px;
	margin: 0px auto;
}


#content-area
{
	width: 1000px;
	min-height: 680px;
	height: auto !important;
	height: 680px;
	padding-top: 0px;
	padding-bottom: 5px;
}


#content-area #content-main
{
	background: #000;
	min-height: 680px;
	height: auto !important;
	height: 680px;
	width: 1000px;
	padding: 0px 0px 0px 0px;
}


/*************************************************** bkg rotate ***************************************************/
#img1,#img2,#img3,#img4,#img5,#img6{
width:100%;
	min-height: 680px;
	height: auto !important;
	height: 680px;
text-align:left;
background:#000 url(../img/index-bg.jpg) bottom no-repeat;
margin:0;
padding:0;
}


#img1{
background-image:url(../img/index-bkg1.jpg);
}

#img2{
background-image:url(../img/index-bkg2.jpg);
}

#img3{
background-image:url(../img/index-bkg3.jpg);
}

#img4{
background-image:url(../img/index-bkg4.jpg);
}

#img5{
background-image:url(../img/index-bkg5.jpg);
}

#img6{
background-image:url(../img/index-bkg6.jpg);
}





.line
{
	clear: both;
	margin-top: 330px;
	display: block;
	font-size: 10px;
	height: 100px;
	width: 100%;
	float: right;
	background: #000;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.8; /*old school versions of the Mozilla browsers like Netscape Navigator.*/
	-khtml-opacity: 0.8; /*This is for way old versions of Safari (1.x)*/
	opacity: 0.8; /*Firefox, Safari, and Opera*/
	}
	
.line p
{
	width: 300px;
	display: block;
	color: #fff;
	float: right;
	margin-right: 10px;
	padding-top: 10px;
	text-align: right;
	line-height: 15px;
}

.line img
{
	float: right;
	margin-right:20px;
	padding-top: 5px;
}


#footer
{
	width:100%;
	text-align:center;
	font-size:10px;
	color: #fff;
	padding-top:5px;
	height: 5px;	
}


