/*
Author : Mahesh dyade 

*/
*{
padding:0;
margin:0;
}
body
{
background:#f8fcfd url(../images/main_bg.png);
}
#canvas
{
width:100%;
min-width:1000px;
}
#page-wrapper
{
width:800px;
margin:0 auto;
}
#connect
{
position:fixed;
top:20px;
right:10px;
}
#header-wrapper
{
height:100px;
width:800px;
margin:0 auto;
}
#content-wrapper
{
width:195px;
background:url(../images/SaveGreenery_2.png) no-repeat left top;
margin:20px auto;
height:170px;
}
#footer-wrapper
{
position:fixed;
bottom:0px;
left:0px;
background:url(../images/bottom_bg.png) repeat-x left bottom;
height:220px;
min-width:900px;
width:100%;
}
.clear-fix
{
clear:both;
}