#menu{
	background-color: #819FF7;
    width: 200px;    
        

}

#body{
      background-color: 434343;
}

#main{
    background-color: #DADADA;
    position: absolute;
	left: 50%;
	margin-left: -460px;
	width: 920px;
    
    top:110px;
}
.over{ overflow: auto;}

	