html, body { 
  height: 100%; 
  margin: 0px; 
  padding: 0px; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto; background-image: url(../images/bggraph.png); background-position: left top; background-repeat: no-repeat;
} 
 
#leftcolumn{float: left; width: 200px; height: auto; padding-top: 30px; text-align: center; }
#rightcolumn{float: left; width: 580px; height: auto; padding: 30px; text-align: left;}

div.clear {
	clear: both;
}

.navigation{width: auto; height: auto; text-align: center; }
