html {
	text-align:center;
	margin: auto;
}

body {
	background:#000000;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-family:verdana,arial;
}
#main {
	background:url(../img/background.jpg);
	background-position : top center;
	background-repeat:no-repeat;
	margin: auto;
	text-align:center;
	margin: 0px;
	padding: 0px;
	min-width:1000px;
	height:940px;
}
#content {
	position:relative;
	margin:auto;
	width:1000px;
	height:940px;
}


#video_brian {
	position:absolute;
	top:525px;
	left:270px;
	width:350px;
	height:216px;
}

#badge {
	position:absolute;
	top:710px;
	left:610px;
	width:93px;
	height:88px;
	z-index:10;
}

#logos {
	position:absolute;
	top:804px;
	left:0px;
	width:900px;
	height:140px;
}
#copyright {
	margin-top:30px;
	margin-left:150px;
	color:#666;
	font-size:10px;
}
