
body {
	background: url(../images/main_bg.jpg) no-repeat center top #000;
}

/* home page styles */

div.home_page_top {
	float:left;
	margin-top:12px;
	/*background:#f00;*/
	height:276px;
	width:100%;
}

div.home_page_top .trans_box {
	float:left;
	margin-left:20px;
	background: url(../images/trans44.png) ;
	height:276px;
	width:225px;
}

div.home_page_top .trans_box .inner{
	float:left;
	margin:10px;
}
div.home_page_top .trans_box .inner h2{
	color:#4282f9;
	margin:8px 0;
	font-size:1.2em;
	font-weight:bold;
}
div.home_page_bottom {
	float:left;
	margin-top:60px;
	
	width:100%;
}

div.home_page_bottom .title{
	width:100%;
	height:30px;
}
	
div.home_page_bottom .title h1 {
	color:#4282f9;
	font-weight:bold;
	font-size:1.3em;
	margin:0;
}
div.home_page_bottom .twocol {
	width:100%;
	float:left;
}
div.home_page_bottom .twocol div{
	width:449px;
	float:left;
	margin-right:10px;
}
