

#home_topsection{
	height: 255px; /*Height of top section*/
	background-image: url(images/header_home.jpg);
	background-repeat: no-repeat;	
}

#header {
	height: 100px; /*Height of header*/
	background-image: url(menu_img/bg_menu.gif);
	background-repeat: no-repeat;
}


#home_contentwrapper{
	width: 100%;
	background-image: url(images/home_bg.gif);
	background-repeat: repeat-y;
}

