Rounded Corners

#main {
    background:#FFFFFF;
    float: left;
    width:100%;
    margin: 10px 0 10px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}