@charset "utf-8";
/* CSS Document */
/* Global CSS */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#999966;
}
#wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/* CSS for Main page */
.hiddenDiv {
	display: none;
}
.visibleDiv {
	display: block;
}
#header {
	background: url(../_images/header_top.jpg) no-repeat;
	height: 158px;
}
#main {
	height: 555px;
	width: 1024px;
}
#main .left {
	background: url(../_images/main_left.jpg) no-repeat;
	float: left;
	height: 555px;
	width: 342px;
}
#main .center {
	background: url(../_images/main_center.jpg) no-repeat;
	float: left;
	height: 555px;
	width: 340px;
}
#main .center .form {
	margin: 160px 50px 0 70px;
}
#main #VZW {
	font-size: 12px;
	font-weight: normal;
}
#main #VZW a:link, #main #VZW a:visited, #main #VZW a:active {
	text-decoration: none;
	color: blue;
}
#main #VZW a:hover {
	text-decoration: underline;
	color: blue;
}
#main .right {
	background: url(../_images/main_right.jpg) no-repeat right;
	float: right;
	height: 555px;
	width: 342px;
}
#main .right .flash {
	padding-top: 103px;
}
#main .right .gameDescription {
	font-size: 13px;
	color: white;
	padding: 4px 12px 2px 12px;
	line-height: 1.35em;
}
#footer {
	height: 88px;
	width: 1024px;
}
#footer .left {
	float: left;
	height: 88px;
	width: 342px;
}
#footer .right {
	background-image: url(../_images/footer_right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 88px;
	width: 682px;
}
#footer .right p {
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 40px;
	padding-right: 4px;
}
.fine {
	font-size: 10px;
	font-weight: bold;
}
.imgText {
	padding-bottom: 6px;
}
/* CSS for Thank You page */

#row1 {
	width: 1024px;
	height: 220px;
}
#row2 {
	width: 1024px;
	height: 52px;
}
#row3 {
	width: 1024px;
	height: 184px;
}
#row4 {
	width: 1024px;
	height: 38px;
}
#row5 {
	width: 1024px;
	height: 52px;
	background:url(../_images/pg2_row5.jpg) no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#row6 {
	width: 1024px;
	height: 36px;
	text-align: center;
	background:url(../_images/pg2_row6.jpg) no-repeat;
}
#row6 img {
	padding: 0 15px 0 15px;
}
#row7 {
	width: 1024px;
	height: 115px;
	background:url(../_images/pg2_row7.jpg) no-repeat;
}
#row8 {
	width: 1024px;
	height: 86px;
}
#row9 {
	width: 1024px;
	height: 18px;
	background:url(../_images/pg2_row9.jpg) no-repeat;
	text-align: center;
	color: black;
	font-size: 11px;
	font-weight: bold;
}
