@charset "UTF-8";
/* CSS Document */

body {
	background: url(/bkg.jpg) top center no-repeat #1f1001;}
#container {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	min-height: 1024px;
	}
#jukebox {
	position: relative;
	margin-top: 50px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: yellow;
	}
	#jukebox a, #contact a {color: yellow; border: none;}
#contact {
	position: relative;
	margin-top: 550px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	text-align:center;
	color: yellow;
	font-size: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	}
	#contact ul {}
	#contact ul li div {display: inline; position: relative;}
	#contact ul li {display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
	}