
html, body { 
margin: 2; 
padding: 0; 
color: #fff; 
height: 100%; 
text-align: left; 
} 
#container { 
width: 100%; 
} 

#header { 
display:none;

} 

#footer 
{ 
display:none;
} 

div.spacer { 
  clear:both; 
} 


#left-col 
{ 
display: none;

} 

#right-col 
{ 
position: relative; 
float: left; 
width:100%;
} 



#pagetools {
display:none;
}

