@charset "UTF-8";

html
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body
{
	width:100%;
	height:100%;	
	background-color: #dddacd;
	margin:0;
	padding:0;
}


#bg_top
{
	position:absolute;
	height:50%;
	width:100%;
	margin:0;
	padding:0;
	background-image:url(../images/top.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#bg_bottom
{
	position:absolute;
	height:50%;
	width:100%;
	margin:0;
	padding:0;
	margin-top:50%;
	background-image:url(../images/bottom.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#wrapper
{
	position:absolute;
	margin:0;
	width:100%;
	height:632px;
	top:50%;
	margin-top:-316px;
	background-color:#C00;
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#video_wrapper
{
	margin:auto;
	padding:0;
	width:100%;
	height:606px;
	background-image:url(../images/center.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
#video
{
	position:absolute;
	padding:0;
	width:640px;
	height:360px;
	left:50%;
	top:159px;
	margin-left:-362px;	
}
#contact_wrapper
{
	margin:auto;
	padding:0;
	width:100%;
	height:26px;
}
#contact
{
	position:absolute;
	padding:0;
	width:914px;
	height:26px;
	left:50%;
	margin-left:-508px;
}
#contact_address
{
	float:left;
	background-image:url(../images/address.gif);
	width:502px;
	height:26px;
	background-repeat:no-repeat;
}
#contact_mail
{
	float:right;
	height:26px;
}
#contact_mail img
{
	border:none;
}
	
