.center {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	width:800px;
	height: 400px;
	margin-left:auto;
	margin-right:auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*background-color:#FFF;*/
	margin: 0;
	background-image:url(images/Cwebtile.jpg);
	background-repeat:repeat;
}

.footer{
	text-align:center;
	margin-top:20px;
}

.footer a{
	/*color:#FFAA22;*/
	color:#F30;
	text-decoration:none;
}

.footer a:hover{
	color:#66F;
	text-decoration:none;
}

.subFooter{
	margin-top:40px;
}

.footerText{
	margin-top:20px;
	margin-bottom:20px;
	text-align:justify;
}

.commingSoon {
	width:321px;
	height: 106px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	margin-top:20px;
}

#vidDiv {
	position:relative;
	width:200px;
	height:0px;
	z-index:1;
	left: 118px;
	top: 9px;
}

#robot1{
	position:relative;
	width:176px;
	height:279px;
	z-index:2;
	left: -70px;
	top: -340px;
}

#robot2{
	position:relative;
	width:176px;
	height:279px;
	z-index:2;
	left: 710px;
	top: -620px;
}

.ppMain{
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(images/pp_bg.png) 10 repeat;
	-webkit-border-image: url(images/pp_bg.png) 10 repeat;
	-o-border-image: url(images/pp_bg.png) 10 repeat;
	border-image: url(images/pp_bg.png) 10 fill repeat;
	padding: 5px;
}