@charset "utf-8";

body {  
	background-image:url(/images/backgrounds/homepage_day.jpg);  
}  

.circles { 
	left:0; 
	overflow:hidden;  
	position:absolute;  
	display:block;
	margin:auto;
	width:100%;
	z-index:1;
	min-height: 600px;
}  

.topCircle {  
	left:680px;  
	position:relative;  
	top:-16px;  
	z-index:-1;  
	width: 355px;
	height: 355px;

}  

.btmCircle {  
	left:30px;
	position:relative;
	top:24px;
	z-index:0;
	width: 355px;
	height: 355px;

}

.btmCircleSlogan{
	background:url(/images/visuals/homepageSmallTxt.gif) no-repeat;
	left:512px;
	position:relative;
	top:-10px;
	z-index:2;
	width: 355px;
	height: 375px;

}