body{
	
	font-family: sans-serif, serif;
	
	font-size: 10px;

	text-align:center;

	margin:0px;

	background: #000 url(http://www.yungking.com/images/gradient_back.jpg) repeat-x;

}

#container{

	background: url(http://www.yungking.com/images/yk-splash.jpg) no-repeat;

	width: 900px;

	height: 800px;

	margin: 0px auto;

	text-align:center;

	position:relative;

}

#container a{

	position: absolute;

	outline: none;

}

/* Left */

#myspace{

	width: 140px;

	height: 40px;

	left: 30px;

	top: 110px;

	text-indent: -9999px;

}

#twitter{

	width: 140px;

	height: 40px;

	left: 30px;

	top: 160px;

	text-indent: -9999px;

}

#facebook{

	width: 140px;

	height: 40px;

	left: 30px;

	top: 210px;

	text-indent: -9999px;

}

#youtube{

	width: 140px;

	height: 45px;

	left: 30px;

	top: 260px;

	text-indent: -9999px;

}

#itunes{
	
	width: 140px;

	height: 45px;

	left: 30px;

	top: 315px;

	text-indent: -9999px;

}

/* Right */


#amazon{
	
	width: 150px;

	height: 40px;

	left: 720px;

	top: 115px;

	text-indent: -9999px;

}

#napster{
	
	width: 150px;

	height: 40px;

	left: 720px;

	top: 165px;

	text-indent: -9999px;

}

#rhapsody{
	
	width: 150px;

	height: 35px;

	left: 720px;

	top: 215px;

	text-indent: -9999px;

}

#emusic{
	
	width: 150px;

	height: 57px;

	left: 720px;

	top: 257px;

	text-indent: -9999px;

}

#reverb{
	
	width: 150px;

	height: 95px;

	left: 720px;

	top: 320px;

	text-indent: -9999px;

}

.button{

	background: #000;

	border: 1px solid #fff;

	border-left: 5px solid #fff;

	border-right: 5px solid #fff;

	margin-top: 410px;

	margin-left: 300px;

	width: 230px;

	height: 20px;

	color: #fff;

	padding: 10px;

	display: block;

}

.button a:link{

	display: black;

	color: #fff;

	font-size: 20px;

	text-decoration: none;

}

.button a:hover{

	color: red;

}

/* Footer */

#footer{
	
	background: transparent;
	
	color: #fff;
	
	margin: 0 0 20px 0;
}