html {
	margin:0px;
}

body	{
	margin:0px;
	background-image:url(images/main_bg.jpg);
}


#head_img{
	width:100%;
	height:641px;
	background-image:url(images/head_img.jpg);
	background-position:top center;
}

#wrapper{
	width:100%;
	height:auto;
	background-image:url(images/main_bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

#content{
	position:relative;
	left:50%;
	margin-left:-440px;
	width:900px;
	border:0px solid #ffffff;
	text-align:justify;
	font-family:Arial;
	color:#dddddd;
	font-size:13px;
	line-height:14px;

}

#splitter{
	width:964px;
	position:relative;
	left:50%;
	margin-left:-483px;
}


#video{
	width:757px;
	height:475px;
	background-image:url(images/video_bg.png);
	background-repeat:no-repeat;
	padding-top:25px;
		
}


#form{
	width:704px;
	height:495px;
	background-image:url(images/form_bg.png);
	background-repeat:no-repeat;
    padding-top:120px;
}




#footer{
	width:100%;
	border:0px solid #DDDDDD;
	font-family:Arial;
	font-size:10px;
	color:#999999;
	letter-spacing:0px;
	

}

#left_footer{
	float:left;
	width:30%;
	text-align:left;
	border:0px solid #ffffff;

}

#center_footer{
	float:left;
	width:40%;
	text-align:center;
	border:0px solid #ffffff;

}


#right_footer{
	float:left;
	width:30%;
	text-align:right;
	border:0px solid #ffffff;


}


#contact-wrapper {
	width:352px;
	padding:0px;
    margin-left:10px;
    text-align:left;
  border:0px solid #ffffff;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	padding:0px;
	font-size:16px;
	color:#333;
    margin-top:5px;
    height:30px;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
}


#result{
    position:relative;
    top:0px;
    background-color:#ffcc00;
    width:100%;
    height:auto;
    text-align:center;
    border-bottom:2px solid #ff9900;
}