body {
    text-align: center;
    background: #fff;
    color: #808285;
}
body, img, p {
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
/* styles for IE 5 Mac */
#horizon {
    background-color: transparent;
    position: absolute;
}             
/* following rules are invisible to IE 5 \*/
#horizon {
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -300px;
    text-align: center;
    min-width: 680px; 
}
/* end IE 5 hack */ 

#wrapper {
    position: relative;
    text-align: left;
    width: 680px;
    height: 602px;
    margin: 0px auto;
}
.content {
    width: 680px;
    height: 545px;
    background: url(../images/frontpage.jpg) no-repeat;
}
.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
.footer {
    text-align: left;
    margin-top: 5px;
}
.header {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
}
.logo {
    float: left;
    width: 340px;
}
.right {
    float: left;
    width: 340px;
}
.row {
    height: 136px;
    width: 680px;
}
.pic1, .pic2, .pic3, .pic4, .pic5, .pic6, .pic7, .pic8 {
    position: relative;
    float: left;
}
.pic1 {
    left: 136px;
}
.pic2 {
    left: 272px;
}
.pic3 {
    top: 136px;
    left: -272px;
}
.pic4 {
    top: 136px;
    left: -136px;
}
.pic5 {
    top: 136px;
    left: 0px;
}
.pic6 {
    top: 136px;
    left: 136px;
}
.pic7 {
    top: 272px;
    left: 136px;
}
.pic8 {
    top: 272px;
    left: 272px;
}