21 x 35
html, body {
    height: 900;
}
body {
    background-color: #000000;
    margin: 0;
    text-align: center;
}
#main {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    z-index: 0;
}
#base {
    background: url("images/bgblack.png") no-repeat scroll 0 0 #000000;
    height: 600px;
    left: -400px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 800px;
    z-index: 1;
}
#logo {
    background-image: url("images/logo.png");
    height: 61px;
    left: 269px;
    position: absolute;
    top: 50px;
    width: 271px;
    z-index: 1;
}
#side {
    background-image: url("images/left.png");
    height: 35px;
    left: 252px;
    position: absolute;
    top: 700px;
    width: 22px;
    z-index: 2;
}
#address_box {
    background: url("images/address_box.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-family: "Trebuchet MS";
    font-size: 14px;
    height: 35px;
    left: 274px;
    overflow: hidden;
    padding-top: 10px;
    position: absolute;
    top: 700px;
    width: 159px;
    z-index: 3;
}
#right {
    background-image: url("images/right.png");
    height: 35px;
    left: 433px;
    position: absolute;
    top: 700px;
    width: 21px;
    z-index: 4;
}
#button {
    background: url("images/button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 35px;
    left: 454px;
    position: absolute;
    top: 700px;
    width: 76px;
    z-index: 5;
}
#ad1 {
    font-family: "Trebuchet MS";
    font-size: 14px;
    height: 280px;
    left: 226px;
    position: absolute;
    top: 120px;
    width: 336px;
    z-index: 6;
}
#ad3 {
    height: 39px;
    left: 3px;
    position: relative;
    top: 705px;
    width: -709px;
    z-index: 9;
}
#DESC {
    color: #B3B3B3;
    font-family: "Trebuchet MS";
    font-size: 14px;
    height: 65px;
    left: 36px;
    position: absolute;
    top: 439px;
    width: 728px;
    z-index: 9;
}

