@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#000;
}

#logo
{
	display:block;
	margin:30px auto;
	width:350px;
	height:62px;
	clear:both;
}

#anytime-anywhere
{
	display:block;
	clear:both;
	margin:0 auto 15px auto;
	width:648px;
	height:17px;
}

#center-box
{
	border-collapse:collapse;
	border-top:1px solid #0096d6;
	border-bottom:1px solid #0096d6;
	width:100%;
	height:330px;
	clear:both;
}

#revolution-box1
{
	background:url(../images/revolution.png) center left no-repeat;
}

#revolution-box2
{
	background:url(../images/revolution2.png) center right no-repeat;
}

#video-box
{
	width:586px;
	height:330px;
}

#video
{
	display:block;
	clear:none;
	float:left;
	width:586px;
	height:330px;
	margin:0 auto;
}

#pmi
{
	display:block;
	clear:both;
	margin:30px auto;
	width:348px;
	height:65px;
}

