@charset "utf-8";
/* CSS Document */

html{ 
height: 100%; 
border: 0; 
padding: 0; 
margin: 0; 
}
body{ 
height: 100%; 
margin: 0; 
padding: 0; 
border: 0; 
}

#spacer{ 
display: block; 
height: 87%; 
float: left; 
width: 2px; /* 1px would be enough this is for display only */ 
font-size: 1px; /* to make sure width is not overridden */ 
padding: 0; 
margin: 0; 
}

#contentwrap{ 
display: block; 
width: 99%; /* to suit but leave room for spacer */ 
text-align: center; 
padding: 0; 
margin: 0; 
}

#content{ 
margin: 0; 
padding: 0; 
}

#footer{ 
clear: both; 
height: 13%; 
padding:5px 0px 0px 0px;
margin:0px auto 0px auto;
width:850px;
}
#footer-icon	{
border-bottom: 1px solid #CCCCCC;
padding:0px 0px 2px 0px;
}
#copy	{
text-align:right;
padding:5px;
}