body {
	background-color: #92288F;
	;
}

.hide { display: none !important; }

#main {
	background-image: url(img/oxykitten.gif);
	width: 1024px;
	height: 768px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#content  {
	padding-right: 25px;
	position: absolute;
	padding: 2px;
	top: 78px;
	left: 121px;
	width: 389px;
	height: 302px;
	font-family: "Courier New", Courier, monospace;
	color: #00FF00;
	font-size: 12px;
	margin:0;
	overflow: auto;
		 }
	
			 
#menu  {
	position: absolute;
	top: 498px;
	left: 201px;
	height: 33px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	width: 333px;
	display: block;
		 }
		 
#menu a { color: purple; }
#menu a:hover {color: #F00;}
		 
#player {
	position: absolute;
	top: 501px;
	left: 711px;
	width: 173px;
	height: 106px;
         }
	 
ul { list-style-type: none; }


p.clear {
    clear: left;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

a:link {
	text-decoration: none;
	color:#pink;
	font-weight: bolder;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #pink;
	font-weight: bolder;
}
a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
	color: #F00;
	font-weight: bolder;
