body {
font-family:sans-serif;
margin:0;
padding:0;
}
A { 
text-decoration: none
}
#body {
    width:1000px;
    margin:0 auto;
}
#content-1 {
    float:left;
    position:relative;
    width:350px;
}
#content-1-1 {
    float:left;
    position:relative;
    width:330px;
    padding: 0 5 0 0; 
}
#content-2 {
    float:right;
    position:relative;
    width:650px;
}
#content-2-1 {
    float:left;
    position:relative;
    width:320px;
    padding: 0 10 0 0;
}
#content-2-2 {
    float:right;
    position:relative;
    width:320px;
}