/* CSS Document */
body	 		{
	background-color:#e4e4e4;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	cursor: crosshair;
	color: #FFFFFF;
			 		}
				
#divmain  {	
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-455px;
	margin-top:-299px;
	width:910px;
	height:598px;
					}
						
img 			{
	border:none;
					}
				
a					{
	outline:none;
	color:#999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
					}
					
a:hover		{
	color:#ff6109;
					}
h3,h4			{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ff6109;
	text-align:center;
					}

#bg  			{
	background-image:url(../images/bg/bg_image1.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:910px;
	height:598px;
					}

#bg_sub  	{
	background-image:url(../images/bg/bg_image.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:910px;
	height:598px;
					}

#top			{
	width:414px;
	height:20px;
					}
#menu
					{
	width:170px;
	margin-left:30px;
	margin-top:auto;
	text-align:center;
					}
				
#home			{
	width:660px;
	height:521px;
	table-layout:fixed;
	background-image:url(../images/bg/home_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
					}
				
#artist		{
	width:660px;
	height:521px;
	background-image:url(../images/bg/artists_bg1.gif);
	background-repeat:no-repeat;
	background-position:center;
					}
	
#music		{
	width:660px;
	height:521px;
	background-image:url(../images/bg/music_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
					}

#gallery	{
	width:660px;
	height:521px;
					}
					
#fav			{
	width:660px;
	height:521px;
	background-image:url(../images/bg/fav_bg2.gif);
	background-repeat:no-repeat;
	background-position:center;
					}
		
#what			{
	width:660px;
	height:521px;
	background-image:url(../images/bg/what_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
					}
				
#con			{
	width:660px;
	height:521px;
	background-image:url(../images/bg/contact_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
					}

#player		{
	width:50px;
	height:440px;	
					}
				
#news			{
	width:660px;
	height:52px;
	background-image:url(../images/bg/news_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
					}

				
