body{
	background-color: #000000;
	min-width: 1020px;
	font-size: 13px;
	color: white;
	font-family: Helvetica, Arial;
}

#sample{
	display: none;
	width: 488px;
	height: 489px;
}

#sample img{
	width: 100%; height: 100%;
}
	
#page{
	width: 100%;
	position: absolute;
	z-index: 20;
}

#content{
	width: 970px;
	height: 646px;
	margin: 0 auto;
}

#main{
	height: 567px;
	width: 100%;
	margin-top: 102px;
}
	#left_menu,
	#right_menu{
		width: 161px;
		height: 485px;
		background-color: #111111;
		margin-top: 1px;
	}
	
	#left_menu{
		float: left;
		margin-left: -1px;
	}
	
	#right_menu{
		float: right;
	}
		
		#left_menu ul li,
		#right_menu ul li{
			width: 161px;
			height: 161px;
			border-bottom: 1px solid #333333;
			display: table;
		}
			#left_menu ul li a,
			#right_menu ul li a{
				display: block;	
				text-indent: -999999px;
				width: 161px;
				height: 161px;
				background-color: rgba(255, 255, 255, 0);
			}
			
			.news{
				font-size: 70px;
				background: url(../images/home-news.png) no-repeat;
			}
			
			.disco{
				font-size: 30px;
				background: url(../images/home-discography.png) no-repeat;
			}
			
			.buymymusic{
				font-size: 27px;
				background: url(../images/home-buy_my_music.png) no-repeat;
			}
			
			.radioshow{
				font-size: 35px;
				background: url(../images/home-radio_show.png) no-repeat;
			}
			
			.video{
				font-size: 72px;
				background: url(../images/home-video.png) no-repeat;
			}
			
			.tour{
				font-size: 37px;
				background: url(../images/home-tour_2010.png) no-repeat;
			}
			
	
	#main_content{
		margin: -1px auto 0 auto;
		width: 490px;
		height: 490px;
		position: relative;
		background-color: black;
		background: url(../images/home-center.png) no-repeat;
	}
	
	#main_content_news_btn{
		display: block;
		overflow: hidden;
		text-indent: -999999px;
		width: 100%;
		height: 90%;
	}
	
	#main_content #player{
		border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
		position: absolute;
		bottom: 360px;
		right: 160px;
		background-color: yellow;
	}

#main a{
	text-decoration: none;
}

#footer{
	clear: both;
	margin-top: 15px;
	padding-bottom: 30px;
	color: gray;
}

#navigation-menu{
	float: left;
	margin-right: 5px;
}

#social-links{
	float: right;
	margin-right: 5px;
}

#footer a{
	color: white;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer ul li{
	display: inline;
}

.booking_link{
	margin-left: 71px;
}

.search{
	margin-top: -5px;
	padding-left: 20px;
	margin-left: 102px;
	padding-top: 5px;
	position: relative;
	float: left;
	display: block;
	height: 20px;
	background: url(../../images/logo_mini_search.png) left no-repeat;
}
	.search_form{
		display: none;
		position: absolute;
		z-index: 200;
		left: -30px;
		top: -50px;
	}
		.search_form form{
			padding: 10px;
			background-color: rgba(0, 0, 0, 0.9);
			-webkit-border-radius: 4px; -moz-border-radius: 4px;
			border-radius: 4px;
			border: 1px solid gray;
		}
		
		.search_form input{
			background: none;
			border: none;
			border-bottom: 1px solid white;
			color: white;
		}
		
		.arrow{
			 width: 0; height: 0;
			 line-height: 0;
			 border-left: 20px solid transparent;
			 border-top: 10px solid gray;
			 position: absolute;
			 left: 40px;
		}

a.facebook, a.dailymotion,
a.myspace, a.youtube, a.feed{
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999999px;
	float: right;
	margin-left: 5px;
	margin-top: -2px;
}

a.facebook{
	background: url(../../images/logo_mini_facebook.png) no-repeat;
}

a.dailymotion{
	background: url(../../images/logo_mini_dailymotion.png) no-repeat;
}

a.myspace{
	background: url(../../images/logo_mini_myspace.png) no-repeat;
}

a.youtube{
	background: url(../../images/logo_mini_youtube.png) no-repeat;
}

a.feed{
	background: url(../../images/logo_mini_feed.png) no-repeat;
}
