html,body{
    height: 100%;
    margin: 0px;
    padding: 0px;
    }

body{
    background: #000 url(gui/bg.jpg) no-repeat center center;
    min-width: 1000px;
    min-height: 596px;
    text-align:center;
}

img {
    margin: 0px;
    padding: 0px;
    }

.clear {
    clear: both;
    }

#vertical{
    width: 100%;
    position:absolute;
    top: 50%;
    left: 0px;
    margin-top:-298px;/* half main elements height*/
    }

#hoz {
    width: 1000px;
    height: 595px;
    margin-left:auto;
    margin-right:auto;
    overflow: auto; 
    text-align: left;
}

#gatsby {
    width: 642px;
    height: 300px;
    float: left;
    display: block;
    }

#gatsby img {
    margin-top: 60px;
    }

#gatsbyright {
    width: 358px;
    height: 300px;
    float: left;
    display: block;
    }
    
#logo {
    background: url(gui/logo.gif) no-repeat top left;
    width: 270px;
    height: 46px;
    display: block;
    margin: 30px 0px 0px 88px;
    }

#innerright {
    display: block;
    width: 500px;
    float: right;
    height: 200px;
    clear: both;
    text-align: right;
    }

#innerexplore {
    width: 200px;
    height: 200px;
    float: left;
    display: block;
    }

#icon {
    display: block;
    float: left;
    margin: 30px 0px 0px 0px;
    }

#icon a {
    background: url(gui/icon.png) no-repeat top right;
    width: 104px;
    height: 103px;
    display: block;
    }

#boxster {
    margin-top: 100px;
    }

#boxster h1 {
    margin: 0px;
    padding: 0px;
    color: #FFF;
    font-size: 60px;
    font-weight: bold;
    font-family: "Helvetica Neue";
    line-height: 60px;
    }

#boxster h2 {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    color: #dcdcdc;
    font-size: 24px;
    font-weight: normal;
    font-family: Rockwell;
    line-height: 24px;
    }

#content {
    background: #FFF;
    width: 800px;
    height: 350px;
    display: block;
    }