/*** 
set the width and height to match your images 
**/
*{margin:0; padding:0;}

#slideshow {
	position:relative;
	height:350px;
	z-index:-1;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
 @media screen and (max-width: 1024px) {
 img.bg {
 left: 50%;
 margin-left: -512px;
}
}
#page-wrap {
	position: relative;
	width: 400px;
	margin: 50px auto;
	padding: 20px;
	background: #fff;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
}
p {
	font: 15px/2 Arial;
	margin: 0 0 10px 0;
	color: #fff;
}
#content {
	width: 1000px;
	margin: 0 auto;
	padding: 8px;
	height: 736px;
}
#content_1 {
	width: 564px;
	margin: 0 auto;
	background: rgba(11, 11, 11, 0.7);
	padding: 8px;
	height: 736px;
}
.des_text{ width:550px;text-align:left; color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:12px; float:left; margin-bottom:20px; border:1px solid #999999; padding:5px; }
.wrapper_black_main {
	width:1000px;
	float:left;
	position:relative;
}
#content h1 {
	font-family:Arial, Helvetica, sans-serif;
color: #fff;
padding-bottom: 15px;
padding-left: 5px;
width: 580px;
font-size: 21px;
}
#content a {
	color: #a82711;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
}
.wrapper_black {
	background:#000000;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}
.contact_form {
	background:url(images/bg.png) repeat;
	width: 390px;
	border-radius: 5px;
	position: absolute;
	left: 589px;
	top: 15px;
}
.text_box {
	background: url(images/inputbox.png) no-repeat;
	width: 289px;
	height: 34px;
	border: none;
	padding-left:10px;
	color: #666666;
	margin-left:49px;
}

.contact_form h2 {
	color:#FFFFFF;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	padding:20px;
}
.button_style {
	background: url(images/register.png) no-repeat;
	width: 178px;
	height: 40px;
	border: none;
	margin-left: 108px;
	margin-top: 19px;
	cursor:pointer;
}
.button_style:hover{background:url(images/register_hover.png) no-repeat;width: 178px;
	height: 40px;}
	.video{float:left; width:556px; height:417px;background:url(images/video.png) no-repeat; display:block;}


.main h1 {
	color:#000000;
	font-size:28px;
	text-shadow:#FFFFFF;
}
.botttom_text {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: -3px;
	background: url(images/form_lower.png);
	width: 389px;
	height: 45px;
	padding-top: 20px;
}
.botttom_text span {
	color: #FACFE7;
font-size: 14px;
padding: 10px;
}
.main{
margin-top:50px;
}

.buttom{ float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 550px;
padding: 10px 10px;
color: #CC9900;
font-weight: bold;
font-size: 28px;}
.bot{ float:right; padding:10px; border-radius:6px; background:#FF0000; font-size:16px; text-decoration:none; color:#FFFFFF;}