/* CSS Document */

body{
	background-image:url(images/back.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#231200;
overflow-y:hidden;
	}
	
	#frame{
	position:absolute;
	width:850px;
	height:600px;
	left:50%;
	top:0px;
	margin-left:-425px;
	background-image:url(images/frame.jpg);
	background-repeat:no-repeat;
	}
	
	#content{
	position:absolute;
	left:67px;
	top:160px;
	width:715px;
	height:350px;
	z-index:10;
	overflow: auto;
	clip: rect(auto auto 410px auto);
}
	#nav{
	position:absolute;
	left:191px;
	top:77px;
	width:595px;
	height:75px;
	z-index:20;
	
}
#myspace{
	position:absolute;
	left:678px;
	top:529px;
	width:100px;
	height:40px;
	z-index:100;
}
#gb{
	position:absolute;
	left:339px;
	top:529px;
	width:160px;
	height:40px;
	z-index:100;
}
#player {
	position:absolute;
	left:577px;
	top:0px;
	width:200px;
	height:90px;
	z-index:200;
}
#login{
	position:absolute;
	left:73px;
	top:525px;
	width:48px;
	height:26px;
	z-index:1;
}
