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

*
{
	margin:0;
	padding:0;
	
}

body
{
	background-color:#000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
}

#logo
{
	display:block;
	margin:0px auto;
	width:343;
	height:110px;
	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 #b2b3b6;
	border-bottom:1px solid #b2b3b6;
	width:100%;
	height:360px;
	clear:both;
}

#revolution-box1
{
	background:url(../images/leftStage.jpg) center left no-repeat;
}

#revolution-box2
{
	background:url(../images/rightStage.jpg) center right no-repeat;
}

#video-box
{
	width:586px;
	height:330px;
	background-color:none;
}

#video
{
	display:block;
	clear:none;
	float:left;
	width:586px;
	height:330px;
	margin:0 auto;
}

#pmi
{
	display:block;
	clear:both;
	margin: 20px auto;
	width:281px;
	height:82px;
}


