@charset "utf-8";
/* CSS Document */


html, body, #wrap {height: 100%; margin:0px auto; padding:0; text-align:center;}

body
{
	background-color:#494949;
}
 
body > #wrap {height: auto; min-height: 100%; text-align:center; width:964px; background-image:url(../images/bg_tile_y.png); background-repeat:repeat-y;}
 
#main {padding-bottom: 20px; width:900px; background-color:#f1f1f1; margin:0px auto}  /* must be same height as the footer */
 
#footer {position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	width:900px;
	clear:both;
	background-color:#f1f1f1;
	margin-left:auto;
	margin-right:auto;
	} 
 
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

#video_bg
{
	width:854px;
	height:480px;
	margin:0px auto;
	background-color:#ffffff;
	-moz-box-shadow:0px 0px 10px #444444;
	-webkit-box-shadow:0px 0px 10px #444444;
	box-shadow:0px 0px 10px #444444;

}
