* {
	margin:0;
	padding:0;
        border:0;
}

body {
	background-color:#000;
}

#container {
	width:859px;
	height:500px;
	position:absolute;
	background-color:#000;
	top:50%;
	left:50%;
	margin-left:-428px;
	margin-top:-250px;
	/*border:3px groove #C0C0C0;*/
}

#small_logo {
	width:100px;
	height:32px;
	margin-top:75px;
	background: url("images/fusionpop.jpg");
	float:left;
}

#logo {
	width:310px;
	height:116px;
	background: url("images/logo6.jpg") #000 no-repeat;
	float:right;
}

#main {
	clear:both;
	width:859px;
	height:300px;
}

#left_content {
	width:501px;
	height:300px;
	background:url("images/drums501300.jpg") #000 no-repeat;
	float:left;

}


#right_content {
	width:358px;
	height:300px;
	background-color:#000;
	float:left;
	


}

#menu_left {
	height:32px;
	margin:5px;
	float:left;
}

#menu_right {
	height:32px;
	margin:5px;
	float:right;
/*	border-top:1px solid #e07800;*/
}
.text {
	color:#fff;
}

