@charset "UTF-8";
/**

 */

@media all
{

#top {padding-bottom: 243px; }  /* must be same height as the footer */


#wrap {
  background-image: url("../_img/bckgrnd/build_home.jpg");
  background-position: 50% 100% ;
  background-repeat:no-repeat;
}

/* Content area : Main */


#main {position: relative;
	margin-top: -243px; /* negative value of footer height */
	height: 243px;
	clear:both;
 }
	

/* Content area : Footer */

#footer {width:990px;
	margin:0 auto;	
	height:215px;		
	padding:0 0px 0 0px;
	
    }	

#footer_left {width: 666px;float:left;}
#footer_right {width: 322px;float:left; border-left: 2px #000 solid }


#logo {  margin-top:15px ; margin-left: 103px; width: 220px;}
 


	
	} 
	

