* {
 padding: 0;
 margin: 0; border: 
}
body {
	background-color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#FFFFCC;
	font-size: 12px;
	background-image:url(background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
 }
a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008080;
}
a:hover {
	text-decoration: underline;
	color: #800000;
}
a:active {
	text-decoration: none;
	color: #800000;
}
#wrapper {
 width: 800px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}

#leftcolumn {
position: fixed;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
display: inline; /* IE Hack */
padding: 0px;
width: 200px;
float: left;
min-height: 250px;
}

#rightcolumn {
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 550px;
 float: right;
 min-height: 250px;
}

div.spacer {
  clear: both;
  }
  
  .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#topbox {
background-color: #FFFFFF;
margin-top: 25px;
margin-right: 5px;
margin-bottom: 8px;
margin-left: 5px;
display: inline; /* IE Hack */
padding: 10px;
width: 90%;
float: left;
min-height: 100px;
}

#bottombox {
background-color:#FFFFFF;
margin-top: 2px;
margin-right: 2px;
margin-bottom: 5px;
margin-left: 2px;
display: inline; /* IE Hack */
padding: 10px;
width: 90%;
float: left;
min-height: 100px;
}

#cssframe {
overflow: auto;
width: 550px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
margin-bottom: 0px;
float: right;
scrollbar-face-color: #000000;
SCROLLBAR-HIGHLIGHT-COLOR: #FFCC66;
SCROLLBAR-SHADOW-COLOR: #FFCC00;
SCROLLBAR-ARROW-COLOR: #FF6600;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #6C9197;
}
	
#footer {
 background-color:#000000;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 float: left;
 width: 550px;
}
.back {
	background-color: #333333;
}

