body {
	background-color: #000;
	margin: 0 auto;
	width: 100%;
}

.bgWrapper {
	width: 100%;
	height: 1524px;
	float: left;
	margin: 0 auto;
	background: url(../images/gw2_tiling_bg.gif) repeat-x;
	padding: 0;
}

#main {
	width: 670px;
	margin: 0 auto;
}

.titleHeader {
	width: 660px;
	float: left;
	margin: 0 auto;	
	height: 40px;
}

.titleHeader h1 {
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	float:left;
	margin: 15px 0 0 0;
}

#white {
	color: #ffffff;	
}

#gray {
	color: #333333;	
}

.akqaLogo {
	width: 69px;
	height: 55px;
	float:left;
	position:relative;
	top: 15px;
}

.logoLockup {
	width: 289px;
	height: 39px;
	float:right;
	margin: 0 0 5px 0;

}

.videoWrapper {
	width: 662px;
	height:430px;
	float:left;
	border: 1px solid #333;
	background-color: #000;
	
}

.videoHolder {
	width: 662px;
	height: 430px;	
	float:left;
	margin: 0 auto;
	padding: 0;
	position:relative;
	top: 0px;
	left: 0px;
}

.shim {
	width: 170px;
	height: 25px;
	float: right;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	width: 660px;
	float: left;
	margin: 15px 0 0 0;
	padding:0;
	color: #999;
	font-size: 12px;
	height: 120px;
	}
	
.bodytext2 {
	font-family:Arial, Helvetica, sans-serif;
	width: 660px;
	float: left;
	margin: 15px 0 0 0;
	padding:0;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	height: 0px;
	}
	
.clienttext {
	font-weight: 600;
	font-size: 12px;
	}

.hdivider {
	width: 660px;
	height: 51px;
	background: url(../images/hdivider.gif) no-repeat;	
	background-position:center;
	float: left;	
}

.btnWrapper {
	width: 663px;
	float: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 15px;
}

.btnRightWrapper {
	width: 322px;
	float: right;
}

.btnRightFrame {
	width: 300px;
	height: 90px;
	float: right;
	border: 1px solid #333;
	padding: 10px;
}

.btnLeftWrapper {
	width: 322px;
	float: left;
}

.btnLeftFrame {
	width: 300px;
	height: 90px;
	float: left;
	border: 1px solid #333;
	padding: 10px;
}

.btnFooter {
	width: 322px;
	height: 50px;
	float: left;
	position:relative;
	top: 10px;
}


.btnFooter {
	width: 322px;
	height: 50px;
	float: left;
	position:relative;
	top: 10px;
}

.btnFooterTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	float:left;
}

.btnFooterTitleLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	float:right;
}



.btnFooterLink a:hover {
	color: #666;
	text-decoration: none;
	}

.btnFooterLinkLeft a:hover {
	color: #666;
	text-decoration: none;
	}
	
.btnFooterLink a {
	float:right;
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.btnFooterLinkLeft a {
	float:left;
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


