* {
	margin: 0;
	padding: 0;
}

body {
	background: #d0d0d0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0 20px 0;
}

.preload {
	display: none;
}

#mainContainer {
	background: url(../images/mainBG.jpg) no-repeat;
	margin: 0 auto;
	width: 965px;
	height: 560px;
	border: 0px solid red;
	position: relative;
}

	#content {
		border: 0px solid green;
		height: 350px;
		position: absolute;
		top: 160px;
		width: auto;
		left: 103px;
	}
	
		#cpi {
			width: 233px;
			height: 267px;
			float: left;
			margin-right: 27px;
		}
		
			#cpi a {
				width: 233px;
				height: 267px;
				display: block;
				background: url(../images/cpi.png) no-repeat;
				
			}
			
				#cpi a:hover {
					background: url(../images/cpi2.png) no-repeat;
				}
		
		#beeline {
			width: 233px;
			height: 267px;
			float: left;
			margin-right: 27px;
			margin-top: 40px;
		}
		
			#beeline a {
				width: 233px;
				height: 267px;
				display: block;
				background: url(../images/beeline.png) no-repeat;
			}
			
				#beeline a:hover {
					background: url(../images/beeline2.png) no-repeat;
				}
		
		#mh {
			width: 233px;
			height: 267px;
			float: left;		
		}
		
			#mh a {
				width: 233px;
				height: 267px;
				display: block;
				background: url(../images/mh.png) no-repeat;			
			}
			
				#mh a:hover {
					background: url(../images/mh2.png) no-repeat;			

				}	
	
#footer {
	margin: 20px auto;
	width: 965px;
	text-align: center;
	font-size: 0.70em;
}