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

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color:#000;

}

#container {
	width: 1020px;
	height: 680px;
	margin: auto;
	padding: 0;
	text-align: center;
}

#splashblock {
	width: 1020px;
	height: 580px;
	background-image: url(images/centersplash.png)
}

#splashtitle {
	width: 1020px;
	height: 179px;
}

#splashvideo {
	width: 1020px;
	height: 580px;
	float: none;
}

#logoblock {
	width: 380px;
	height: 480px;
	margin: 0px;
	float: right;
}
#splashleft {
	width: 250px;
	height: 450px;
	margin: 0px;
	float:left;
}

#splashright {
	width: 250px;
	height: 450px;
	margin: 0px;
	float:right;
	background-image:
}
	
#splashbottom {
	width: 50px;
	height: 25px;
	margin: 0px;
	float:center;
}
	
