a:link { color: yellow; text-decoration : none;}
a:visited { color: gold; text-decoration : none; }
a:hover { color: yellow; text-decoration : none; }
a:active { color: blue; text-decoration : none; }

a img {
border: none;
}

html
{
scrollbar-face-color: gold;
scrollbar-arrow-color: #fff;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #99c;
scrollbar-3dlight-color: #000;
}

body
{
margin: 25px;
padding: 0px;
background-color: black;
color: white;
height:100%; /* this is the key! */
}

divx
{
border-style: solid;
border-width: thin;
border-color: #333; 
}

.header
{
margin: 0px;
background-color: #000;
float: none;
height: 15%;
}

.home
{
	url(/images/homeknight40x32.png)
}

.items
{
padding-left: 5px;
padding-right: 5px;
border-right: 1px gold solid;  
float: left;
}

.center
{
float: left;
height: 70%;
}

.leftmenu
{
margin: 0px;
background-color: #000;
color: #FFF;
float: left;
width: 20%;
}

.main
{

margin: 0px;
background-color: #000;
float: right;
text-align: left;
width: 80%;
}

.footer
{
margin: 0px;
background-color: #000;
float: none;
height: 15%;
}

