#image {
    margin: auto;
    width: 990px;
    height: 218px;
}

#pic1 {
    width: 714px;
    height: 218px;
    float: left;
    background: white url('/img/pic1-medium.jpg') no-repeat scroll top left;
    text-align: right;
}

#pic1-right {
    width: 20px;
    height: 218px;
    float: left;
    background: white url('/img/pic1-right.jpg') no-repeat scroll top left;
}

#pic2 {
    width: 714px;
    height: 218px;
    float: left;
    background: white url('/img/pic2-medium.jpg') no-repeat scroll top left;
    text-align: right;
}

#pic2-right {
    width: 20px;
    height: 218px;
    float: left;
    background: white url('/img/pic2-right.jpg') no-repeat scroll top left;
}

#pic3 {
    width: 714px;
    height: 218px;
    float: left;
    background: white url('/img/pic3-medium.jpg') no-repeat scroll top left;
    text-align: right;
}

#pic3-right {
    width: 20px;
    height: 218px;
    float: left;
    background: white url('/img/pic3-right.jpg') no-repeat scroll top left;
}

#everyday {
    display: block;
    float: right;
    width: 150px;
    height: 39px;
    background: transparent url('/img/everyday.gif') no-repeat scroll top right;
}

#everyday a {
    display: block;
    width: 150px;
    height: 39px;
}

#logo {
    display: block;
    width: 256px;
    height: 218px;
    float: left;
    background: white url('/img/logo.jpg') no-repeat scroll top left;
}

#logo a {
    display: block;
    width: 256px;
    height: 218px;
}


#line {
    margin: auto;
    width: 990px;
    height: 4px;
    background: white url('/img/line-bg.gif') repeat-x scroll top left;
    font-size: 0px;
}

