@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #4b2f91;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	position: relative;
	width: 784px;
	background-color: #4b2f91;
	margin: 0 auto;
	text-align: left;
} 

#topNav{
	position: absolute;
	top: 10px;
	left: 500px;
	color: #ffffff;
}

#topNav a:link{
	color: #ffffff;
}
#topNav a:hover{
	color: #ffffff;
}
#topNav a:visited{
	color: #ffffff;
}



#homepict {
	position: absolute;
	top: 64px;
	left: 231px;
	width: 508px;
	height: 228px;
	background-image:url(/custom/themes/default/images/home-pict.jpg);
	}

#maincontent {
	position: relative;
	top: -50px;
	left: -10px;
	width: 508px;
	}

#uwc {
	position: relative;
	top: 0px;
	left: 0px;
	width: 267px;
	height: 250px;
	background-image:url(/custom/themes/default/images/uwc-home.jpg);
	}
	
#uwcText {
	position: absolute;
	top: 62px;
	left: 56px;
	width: 187px;
	height: 47px;
	}
#uwcbutton {
	position:absolute;
	left:15px;
	top: 185px;
	width:94px;
	height:30px;
	z-index:1;
}		
#joinemail {
	position: relative;
	top: 0px;
	left: 0px;
	width: 251px;
	height:180px;
	background-image:url(/custom/themes/default/images/joinemail.jpg);
}	

#regbutton {
	position:absolute;
	left:135px;
	top: 113px;
	width:94px;
	height:30px;
	z-index:1;
}

#joinemailText {
	position: absolute;
	top: 65px;
	left: 17px;
	width: 225px;
	height: 73px;
	}	
	
		
#homecblock {
	position: absolute;
	top: 330px;
	left: 231px;
	width: 508px;
	}	

#homeblock2 {
	position: absolute;
	top: 50px;
	left: 231px;
	width: 508px;
	border: 1px solid #000000;
	}	
	
	
	
#header { 
	background-image:url(/custom/themes/default/images/top.gif);
	background-repeat:no-repeat; 
	padding: 0px;  
	width: 784px;
	height: 123px;
} 

#profitboxwrap{
	position: relative;
}
#profitbox {
	position: absolute;
	top: 0px;
	left: 59px;
	width: 663px;
	height: 141px;
	background-image:url(/custom/themes/default/images/profitbox.gif);
}

#wanttohear {
	position:absolute;
	left:455px;
	top:40px;
	width:190px;
	height:84px;
	z-index:1;
}

#gcards {
	position:absolute;
	left:49px;
	top:36px;
	width:219px;
	height:75px;
	z-index:1;
}
