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

body {background-image: 
url(../images/background.png);
	background-repeat: repeat-x;
	margin:0; padding:0;
	background-color: #ffffff;}

div#mainContain {width:960px;
	height:auto;
	margin:0 auto;}
	
#contentArea {
	background:url(../images/bg_contentArea.png) repeat-y;
	width:930px;
	height:auto;
	float:left;
	margin:0;
	padding:10px 15px 10px 15px;
	}
	
#header {
	width:960px;
	height:180px;
	float:left;
	margin:0;
	}
	
#logo {
	width:484px;
	height:150px;
	float:left;
	margin:0;
	}
	
#phone {
	background:url(../images/bg_phone.png) no-repeat;
	width:419px;
	height:22px;
	float:left;
	margin:0;
	padding:122px 20px 6px 37px;
	}
	
#navBar {
	width:930px;
	height:30px;
	float:left;
	margin:0;
	padding:0 15px 0 15px;
	}
	
#teasers {
	width:470px;
	height:401px;
	float:left;
	margin:0;
	}
	
#video {
	background:url(../images/tease_video.png) no-repeat;
	width:468px;
	height:379px;
	float:left;
	margin:0;
	padding:14px 15px 8px 7px;
	}
	
#footer {
	background:url(../images/bg_footer.png) no-repeat;
	width:960px;
	height:88px;
	float:left;
	margin:0;
	}
	
#footer .links {
	width:640px;
	height:66px;
	float:left;
	margin:0;
	padding:22px 0 0 10px;
	}
	
#footer .logos {
	width:310px;
	height:76px;
	float:left;
	margin:0;
	padding:12px 0 0 0;
	}
