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

body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #FFFFFF;
}
.container {
position: absolute;
top: 50%;
left: 50%;
width: 950px;
height: 630px;
clear: both;
margin-top: -315px;
margin-left: -475px;
}
#container2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 950px;
	height: 550px;
	clear: both;
	margin-top: -275px;
	margin-left: -475px;
	border: 1px solid #666666;
}
#container3 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1020px;
	height: 550px;
	clear: both;
	margin-top: -275px;
	margin-left: -510px;
	border: 1px solid #999999;
}
p {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.75em;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.transcon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 950px;
	height: 630px;
	clear: both;
	margin-top: -315px;
	margin-left: -475px;
	background-color: #FF00FF;
}

