	body {
		text-align:center;
	background-image:url(2x2.jpg);
	overflow-y: hidden;
		}
	#frame {
		position: absolute;
		left: 0%;
		top: 0%;
		right: auto;
		bottom: auto;
		margin-left: 0px;
		width: 480px;
		height: 800px;
		clear: both;
		background:#000;
		}
		
	#contentheader {
		background-image:url(pspbg.jpg);
		background-repeat: repeat-x; 
		width:480px;
		height:800px;
		font-family: Verdana, Arial, sans-serif;
		font-size: xx-small;
		font-weight: normal;
		line-height: 100%;
		text-align: left;
		color: #FFF;
		}

	#contentcenter {
		width:584px;
		float:left;
		background:#000;
		}
	
	#contentright {
		width:216px;
		height:609px;
		float:left;
		background:#000;
		overflow: hidden;
		}

	#contentbox {
		width:412px;
		height:6px;
		padding:4px;
		float:left;
		background:#fff;
		border:1px solid #000;
		position:relative;
		left:15px;
		top:6px;
		font-family: Verdana, Arial, sans-serif;
		font-size: xx-small;
		font-weight: normal;
		line-height: 100%;
		}

			
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}

	a {
	text-decoration: none;
	}
	a:link {
	color: #FFE;
	}
	a:visited {
	color: #FFE;
	}
	a:active {
	color: #FFE;
	}
	a:hover {
	color: #905;
	}

#menu {
  	line-height: 180%;
	color: #ffffff;
	font-family:  Arial, sans-serif;
	font-size: medium;
  	padding: 3px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(sidebar.jpg);
	width:200px;
	height:400px;

	}