/* --------------------------------
	 Banner Area 
----------------------------------- */

/* -- Main Text Image Replacement (Create a website that will help... )-- */

h2.main_text { 
	background: url(../img/home_headline.gif) top left no-repeat;  
	width: 290px;  
	height: 164px;  
	float: right;  
	margin: 92px 0 0 0; 
	padding-right: 33px;
}

h2.main_text span { 
	height: 0;  
	width: 0;  
	overflow: hidden;  
	font-size: 1px;  
	color: #fff;  
	display: block; 
}


.banner { 
	clear: both; 
}

.home_screenshot { 
	float: left;  
	margin: 30px 0 0 0;
	padding-left: 28px; 
}

/*
.sc_top {
	position: absolute;
	top:-29px;
	left: 306px;
} */

.sc_top {
	float: left;
	position: relative;
	margin-top: -29px;
	margin-left: 238px;
}

.sc_bottom {
	float: left;  
	margin: 0px 0 0 0;
	padding-left: 21px; 
}



