@charset "utf-8";
/* CSS Document */

body{
	background:#ecf5f9 url(img/pagebg.gif) repeat-x;
}

#wrapper {
	height:auto;
	min-height:500px;
	width:660px;
	margin:0 auto;
	position:relative;
}

#left {
	
	width:400px;
	float:left;
	min-height:500px;
}

#right
{
	
	width:200px;
	float:right;
	min-height:500px;
	
}

.sticky {
     position: fixed;
     top: 0;
  }

#top
{
	
	width:660px;
	height:240px;
	/*background:url(img/music-top.png) no-repeat;*/
}

#bottom
{
	
	width:660px;
	height:150px;
}

#text{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:20px;
}

.clear{
	clear:both;
}