* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
}
#header {
	background-image: url(../graphics/header.jpg);
	height: 251px;
}
#navigation {
	background-image: url(../graphics/navigation.jpg);
	height: 61px;
}
#page {
	height: 619px;
	background-color: #807060;
}
#left_content {
	background-image: url(../graphics/home_content.jpg);
	float: left;
	width: 903px;
	height: 619px;
}
#fb_spot{
	height: 55px;
	width: 75px;
	float: right;
	text-align: right;
}

#left_bottom {
	margin-top: 50px;
	margin-left: 260px;
}
#left_top_info {
	height: 200px;
	padding-top: 10px;
	margin-left: 45px;
}
#right_content {
	background-image: url(../graphics/right_panel.jpg);
	float: right;
	height: 589px;
	width: 297px;
}
#footer {
	background-image: url(../graphics/footer_music2.jpg);
	height: 69px;
}
}
#footer div {
	margin-top: 25px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.centurysmall {
	font-family: "Century Gothic", "Gill Sans", "Helvetica";
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;	
	
}
.centurybig {
	font-family: "Century Gothic", "Gill Sans", "Helvetica";
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;		
	
}
.centurysmall_wht {
	font-family: "Century Gothic", "Gill Sans", "Helvetica";
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;	
	
}
.centurybig_wht {
	font-family: "Century Gothic", "Gill Sans", "Helvetica";
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;			
	
	
}
 
