body {
	position:relative;
	background: url('Background.jpg') repeat-y;
	margin:0px;
	padding:0px;
	background-color: #bbced4;
}
div#leftsection {
	position:relative;
	width:350px;
	height:98%;
	margin:0px;
	border-right-style:ridge;
	border-bottom-style:ridge;
}
a { color: white; }
a:visited { color: #DDDDDD; }
a:hover { color: #000; }
div#header {
	width: 350px;
	height:100px;
	background-image: url('MusicHeader.png');
	border-style:solid;
	border-width:1px;
}
div#player {
	position:relative;
	left:21px;
}
iframe#content {
	position:relative;
	width:640px;
	height:100%;
	margin:0px;	
	border:none;
}
div#rightsection {
	position:absolute;
	top:0px;
	left:365px;
	width:640px;
	height:100%;
	border:none;
}