﻿.bg {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 5000;
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a img {
	border: 0;
	text-decoration: none;
}
body {
	/*overflow:hidden;*/
	background-color: black;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}
.dropper {
	width: 650px;
	display: none;
	color: white;
	margin: 0 15px 15px 25px;
}
ul#purposelist {
	list-style: none;
	display: inline;
}
ul#purposelist li {
	width: 300px;
	margin: 10px;
	height: auto;
	float: left;
}
#item {
	float: left;
	height: 120px;
	text-align: justify;
	width: 300px;
	margin: 10px;
}
#menu {
	width: 100%;
	z-index: 6000;
	height: 108px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}
ul#music {
	width: 640px;
	list-style: none;
	display: block;
	color: white;
}
ul#music li.one {
	background-image: url('images/menubg.png');
	background-repeat: repeat;
	background-position: left top;
	height: 110px;
	padding: 10px 0 0 10px;
	list-style: none;
	margin: 0;
}
ul#music li.two {
	background: transparent;
	height: 110px;
	padding: 10px 0 0 10px;
	list-style: none;
	margin: 0;
}
#content {
	color: white;
	width: 700px;
	z-index: 6000;
	position: relative;
	top: 105px;
	margin: 0 auto;
	background-image: url('images/menubg.png');
	background-repeat: repeat;
	background-position: left top;
}
.dropbox {
	text-align: justify;
	width: 660px;
	display: none;
	color: white;
	margin: 10px;
	margin: 0 auto;
	position: relative;
}
#content a {
	color: white;
	text-decoration: underline;
}
#content a:hover {
	color: white;
	text-decoration: none;
}
#outsidemenu {
	margin: 0;
	background-image: url('images/menubg.png');
	background-repeat: repeat;
	background-position: left top;
	height: 38px;
}
#menu ul#nav {
	padding: 0;
	margin: 0 auto;
	width: 630px;
	list-style-type: none;
	position: relative;
	text-align: center;
}
#menu ul#nav li {
	display: inline;
	float: left;
	margin-top: 8px;
}
#menu ul#nav li a {
	display: inline;
	font-family: 'arial black';
	font-size: 14px;
	text-decoration: none;
	margin: 13px 14px 0 14px;
	color: #666666;
}
#menu ul#nav li a:hover {
	display: inline;
	font-family: 'arial black';
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
