* {
	padding:0px;
	margin:0px;
}
html, body {
	height:100%;
	background-color:#000000;
	color:#DDDDDD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*
	background-image:url(img/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	*/
}
body {
	background-image:url(img/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
p {
	margin-top:12px;
	margin-bottom:12px;
	font-size:16px;
	font-weight:lighter;
}
#wrapper {
	width:900px;
	height:100%;
	margin:auto;
	padding-top:55px;
}
#header {
	background-image:url(img/header_bg.jpg);
	height:220px;
}
#content {
	padding:20px;
	padding-left:30px;
	padding-right:30px;
	min-height:480px;
	position:relative;
}
#footer {
	text-align:center;	
	padding:15px;
	border-top:1px solid #CCCCCC;
}
#footer p{
	font-size:10px;
}
.line {
	height:1px;
	background-color:#6d6d6d;
	margin-top:10px;
	margin-bottom:30px;
}
.left {
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}
.right {
	float:right;
	padding-left:15px;
	padding-bottom:10px;
}
.about {
	line-height:24px;	
}
a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;	
}
a:hover {
	color:#999999;
}
#form {
	border:1px solid #CCCCCC;
	margin:auto;
	padding:10px;
	width:450px;
}

#form label {
	color:#CCCCCC;
	float:left;
	font-weight:bold;
	padding:5px;
	text-align:left;
	width:120px;
}
#form label.error {
	color:#990000;
	text-align:left;
	margin-left:5px;
}
#form ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#form ol li {
	clear:both;
	padding-bottom:5px;
	padding-top: 5px;
}
input.btn {
	border:1px solid #FFFFFF;
	padding:5px;
	background-color:#CF199C;
	color:#FFFFFF;
	cursor:pointer;
}
h1 {
	text-align:center;
}	
#menu {
	height:42px;
	padding-top:5px;
	border-bottom:1px solid #FFF;
	/* background-image:url(img/menu_bg.png); */
}
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	/* width:480px; */
	margin: auto;
	padding-left:460px;
}
#menu li{
	float:left;
	margin-left:0px;
	margin-right:0px;
}
#menu li a{
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	text-transform:uppercase;
	margin-right:3px;
	background-image:url(img/tab_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-position:0px 0px;
	width:110px;
	text-align:center;
	color:#fff;
}
#menu li a:hover, #menu a.actual{
	background-position:0px -42px;
	color:#FF9FE4;
}
#menu li a span {
	display:none;
}
#musicFlashPlayerContent {
	width:400px;
	height:100px;
	position:absolute;
	top:490px;
	left:472px;
}