@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background-repeat: repeat;
	background-image: url(/images/design/body-bg.jpg);
}

#page-wrap {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	
}

#header {
	width: 1024px;
	height: 250px;
	float: left;
	margin-bottom: 5px;
	background-image: url(images/design/mainheader.png);
	
	
}

#nav {
	width: 1024px;
	height: 29px;
	float: left;
	margin-bottom: 5px;
	background-color: #000;
	
	
}


#body1 {
	width: 1014px;
	height: 750px;
	float: left;
	margin-bottom: 5px;
	background-color: #000;
	padding: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	text-indent: 10px;
	
}

	#musicplayer {
	margin-left: 300px;
	width: 400px;
	height: 500px;
	}

.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}





#footer {
	
	
}
