html, body { 
  height: 100%; 
  margin: 0; 
  padding: 0; 
}
.wrapper { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgtopp.png); background-position: center top; background-repeat: no-repeat;}   

.header {width: 960px; height: 134px; margin-left: auto; margin-right: auto; text-align: left; padding-top:80px; } 
.navigation {width: 960px; height: 28px; margin-left: auto; margin-right: auto; text-align: left;}
.content{width: 960px; margin-left: auto; margin-right: auto; padding-bottom: 3px; height: 425px; min-height: 425px; text-align: left; background-image: url(../images/bgmain.png); background-position: center top; background-repeat: repeat-y;}
.footer {width: 960px; margin-left: auto; margin-right: auto; height: 18px; padding-top: 12px; padding-bottom: 10px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat; text-align: center;}

#leftcolumn{float: left; width: 500px; height: auto; text-align: left; padding-left: 30px; }
#rightcolumn{float: left; width: 430px; height: auto; text-align: left; }
div.clear {
	clear: both;
}
