body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	/*background-color: #000000;*/
	text-rendering: optimizeLegibility;
	width:100%;
	margin:0px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
#main{
	position:relative;
	width:100%;
}

#mainImg{
	position:relative;
	width:100%;
	max-width: 1600px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}
#cballImg{
	width:100%;
}

a{
	color:#EEE;
}

#mainWell{
	position:relative;
	width:80%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.wellDivs{
	position:relative;
	width:100%;
	padding-top:15%;
	padding-bottom:15%;
	
	clear:both;
	cursor:pointer;
	
	
	
}
.whiteText{
	color:#FFF;
}
.wellText{
	float:left;
	width:48%;
	min-width:260px;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:2%;	
	padding-left:2%;	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color:#666;	
	font-size: 2.0em;
	
	
	
	
}
.wellText:hover{
	text-decoration: underline;
}
.wellImg{
	position:relative;
	float:left;
	width:48%;
	min-width:260px;
	padding-top:40%;
	min-height:100px;
	background-color: #000;
	overflow: hidden;
	
}
.theimg{
	position:absolute;
	top:0px;
	left:0px;
	min-height:200px;
	overflow: hidden;
}

#bottom {
	clear:both;
	position: relative;
	padding-top: 20%;
	padding-bottom: 5%;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;
}









