body{background:#ffffff}

.wrapper{
	margin-left:auto;
	margin-right:auto;	
	background:#75005a url(images/home/bg_top.jpg) repeat-x;
}

.header_bg{
	height:158px;
	background:url(images/home/header.jpg) no-repeat center;
}

.header_content{width:748px;}

.menu_bg{background:url(images/home/bg_menu.jpg) no-repeat center;}

.menu_content{
	height:34px;
	width:748px;
	border-right:1px solid white;
	margin-left:1px;
	padding-left:1px;
	text-align:right;
}

/*
	NAVIGATIOIN FOR EACH PAGE IS DIFFERENT IMAGES....
	ROLLOVER IS IN general.css becuase rollover image is always the same
*/

.menu_items li a:link#btn_about,.menu_items li a:visited#btn_about{
	display:block;
	width:51px;
	height:34px;
	background:url(images/home/btn_about.jpg);
}
.menu_items li a:link#btn_advertising,.menu_items li a:visited#btn_advertising{
	display:block;
	width:95px;
	height:34px;
	background:url(images/home/btn_advertising.jpg);
}
.menu_items li a:link#btn_film,.menu_items li a:visited#btn_film{
	display:block;
	width:71px;
	height:34px;
	background:url(images/home/btn_film.jpg);
}
.menu_items li a:link#btn_music,.menu_items li a:visited#btn_music{
	display:block;
	width:74px;
	height:34px;
	background:url(images/home/btn_music.jpg);
}
.menu_items li a:link#btn_listen,.menu_items li a:visited#btn_listen{
	display:block;
	width:70px;
	height:34px;
	background:url(images/home/btn_listen.jpg);
}
.menu_items li a:link#btn_contact,.menu_items li a:visited#btn_contact{
	display:block;
	width:70px;
	height:34px;
	background:url(images/home/btn_contact.jpg);
}


.content_bg{background:url(images/home/bg_body.jpg) center no-repeat top;}

.content{}

.menu_content, .header_content, .content, .footer_content{
	margin-left:auto;
	margin-right:auto;}
	
.footer_wrapper{
	margin-left:auto;
	margin-right:auto;
	background:url(images/home/bg_footer.jpg) repeat-x;
}

.footer_bg{
	height:175px;
	background:url(images/home/footer.jpg) no-repeat center;
}

.footer_content{
	width:748px;

}

