#wrapper { 
 margin: 0 auto;
 width: 770px;
}
#leftcolumn { 
 width: 770px;
 float: left;
 height: auto;
}
#rightcolumn { 
 float: right;
 width: 200px;
 height: auto;
 display: none;
 position: relative;
}