body {
font-family:"Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Helvetica Neue UltraLight", "Helvetica Bold";
margin:0;
margin-top:0px;
padding:0;
background: #FFFFFF;
}


#maincontainer{
background:#fff;
width:100%;
margin: 0 auto;
} 

#header {
width: 100%;
height: 50px;
background: #fff;
}


#footer {
background: #fff;
text-align:center;
width: 100%;
left:0px;
position:absolute;
top:600px;
}



#main {
width:100%;
padding:0px;
background:#fff;
padding-top:10px;
}


#content {
width:100%;
background: #fff;
}


#side {
	float:left;
	width:125px;
	height:100%;
	padding-left:10px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	background: #C0BFC1;
	position:absolute;
	z-index:1;
	top: 0px; 
}

.tiny{
font: 0.8em Arial;
color:fff;
}
