body
{
	background: black;
	scrollbar-arrow-color:white;
	scrollbar-track-color:#FFCC33;
	scrollbar-face-color:#FBDE39;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:#FBDE39;
	scrollbar-darkshadow-color:black;
	scrollbar-shadow-color:#CC9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a:link {color: #FFFFFF; text-decoration: underline}
a:visited {color: #FFFFFF; text-decoration: underline}
a:active {color: #FFFFFF; text-decoration: underline}
a:hover {color: #FFFFFF; text-decoration: overline}

div.container
{width: 100%;
	height: 100%;
	background-color: #000000;
}

div.picture
{float: left;
width: 220px;
height: 600px
background-color: #000000;}

div.header
{position: absolute;
left: 225px;
top: 0px;
width: 560px;
height: 120px;
width: 560px;
height: 120px
background-color: #000000;}

div.menu
{width: 580px;
height: 40px;
position: absolute;
left: 200px;
top: 125px;
background-color: #000000;}

div.content
{width: 560px;
height: 460px
position: absolute;
left: 220px;
top: 170px;
background-color: #000000;}

div.textbox
{width: 555px; 
height: 420px;
position: absolute; 
left: 225px; 
top: 175px; 
background-color: fixed; 
overflow: auto; 
font: 10px verdana
}