html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	body: 0;
}

body {
	background-color: #000;
	color: #FFF;
}

img {
	border: 0;
}

#topBar {
	background-image: url(../images/topGrad.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 154px;
	float: left;
}

#topBar .logo {
	width: 374px;
	height: 154px;
	margin: 0 auto;
}

#midBar {
	width: 100%;
	height: 230px;
	float: left;
	background-color: #222;
}

#midBar .text {
	width: 597px;
	height: 193px;
	margin: 0 auto;
}

#belowMid {
	width: 100%;
	float: left;
	height: 316px;
}

#belowMid .interior {
	width: 1050px;
	margin: 0 auto;
}

#belowMid .interior .midImg {
	float: left;
	clear: right;
	margin-right: 20px;
}

#thirdRow {
	width: 100%;
	height: 264px;
	float: left;
	position: relative;
	margin-top: 50px;	
}

#thirdRow .interior {
	width: 900px;
	margin: 0 auto;
	height: 264px;
}


#thirdRow .thirdOne {
	width: 153px;
	height: 264px;
	position: relative;
	top: 0;
	float: left;
	margin-right: 100px;
}

#thirdRow .thirdTwo {
	width: 393px;
	height: 264px;
	float: left;
	margin-right: 100px;
}

#thirdRow .thirdThree {
	width: 151px;
	height: 264px;
	position: relative;
	top: 0;
	float: left;
}

#fourthRow {
	width: 100%;
	height: 100px;
	float: left;
	position: relative;
	margin-top: 40px;	
}

#fourthRow .interior {
	width: 595px;
	margin: 0 auto;
}

#fifthRow {
	width: 100%;
	height: 256px;
	float: left;
	position: relative;
	margin-top: 40px;	
}

#fifthRow .interior {
	width: 599px;
	margin: 0 auto;
}

#finalRow {
	width: 100%;
	height: 246px;
	float: left;
	position: relative;
	margin-top: 40px;	
}

#finalRow .interior {
	width: 923px;
	margin: 0 auto;
}