/*
***********************************************
Title:			myabb.css

Author: 		Nicho
 (www.brain2brand.com)

***********************************************
*/


body {
	background: url(../images/bg_tile.jpg) repeat-x;
	margin-top: 0;
}

#main_wrap {
	width: 846px;
	height: 1117px;
	margin: 0 auto;
	z-index: 3;
	padding-bottom: 70px;
	background: url(../images/new_home_poster.png) no-repeat;
}


#nav_wrap {
	height: 30px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 290px;
	margin-right: auto;
	margin-left: 93px;
}

ul#nav li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

ul#nav li a {
    text-decoration: none;
    padding: .25em 1em;
	float: left;
	display: block;
}

a:link, a:visited { color: #fff; }
a:hover, a:active { color: yellow;
	background-color: maroon;
}



#content_text {
	background-color: red;
	color: white;
	width: 750px;
	margin: 0 auto;
	padding-left: 10px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.itunes_links {
	height: 86px;
	width: 252px;
	display: block;
	background: url(../images/itunes_button.jpg) no-repeat 0 bottom;
	margin: 790px auto 0;
}
.itunes_links:hover {
	background-position: 0 top;
}
