html {
    height: 100%;
}

body {
    color: #464646;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
}
#content {
float:right;
width:700px;
background:#ffffff;
}
#menu {
float:left;
width:130px;
background:#ffffff;
}
#wrapper {
width:830px;
margin:0 auto;
}
#footer {
    clear:both;
    display: block;
    margin-top:15px;
}