html
{
height:100%;
}

body
{
height: 100%;
margin: 0px;
padding: 0px;
background-color:#000000;
}

p.smallsilver
{
color:#999999;
font-family: tahoma;
font-size: x-small;
}

#space
{
height: 100%;
}

body > #space 
{
height: auto;
min-height: 100%;
}

#content
{
padding-bottom: 21px;
}

#footer_content 
{
position: relative;
margin-top: -22px; 
height: 20px;
clear:both;
background-color:#888888;
border-top: 2px solid #555555;
} 

/* CLEAR FIX*/
.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 */

a.link
{
text-decoration:none;
display:block;
padding-left: 2px;
padding-right:2px;
font-family: verdana;
font-size: small;
}

a.link:link
{

color: #333333;
}
a.link:visited
{
color: #333333;
}
a.link:hover
{
color: #666666;
}
a.link:active
{
color: #010101;
}

div.link
{
float:left;
width:70px;
}

#spacer
{
float:left;
width:48%;
}
