body{
	margin: 0;
	background: #5d574d;
	background-image: url(images/bg.jpg);
}

#container{
	position: absolute;
  top: 50%;
	left: 50%;
	margin-top: -302px;
	margin-left: -432px;
}

#content{
	height: 604px;
	width: 865px;
	background: #000000;
}

#frame{
	border: 0;
	width: 840px;
	height: 210px;
	margin-top: 30px;	
}

#ifcontent{
	border: 0;
	width: 840px;
	height: 210px;
	margin-top: 30px;	
}

A:link{
	text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  color:#FFFFFF;
  font-weight:500;
  letter-spacing: 0;
  font-weight:bold;
}  

A:visited {
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  color:#FFFFFF;
  font-weight:500;
  letter-spacing: 0;
  font-weight:bold;
} 

#player{
	float: right;
	height: 23px;
	width: 300px;	
	margin-right: 28px;
	margin-top: 42px;
	}

#menupanel{
	float: right;
	height: 25px;
	width: 500px;
	margin-top: 33px;
	margin-right: 80px;
}

#picpanel{
	float: left;
	height: 165px;
	width: 467px;	
	/*background-image: url(images/top1.jpg);
	background-repeat: no-repeat; */
	margin-left: 240px;
	margin-top: 10px;
	}

#logo{
	float: right;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat; 
	height: 124px;
	width: 102px;
	margin-right: 30px;
	margin-top: 35px;
}

#header{
	background-image: url(images/header.jpg);
	height: 66px;
	width: 865px;	
}

#top{
	background-image: url(images/top.jpg);
	height: 176px;
	width: 865px;	
}

#menu{
	background-image: url(images/menu.jpg);
	height: 66px;
	width: 865px;	
}

#content{
	background-image: url(images/content.jpg);
	height: 255px;
	width: 865px;	
}

#footer{
	background-image: url(images/footer.jpg);
	height: 41px;
	width: 865px;	
}
