BODY {
    margin: 5px;
    height: 100%;
    font-family: verdana, sans-serif;
    font-size: 11px;
    color: #4a4225;
}
TABLE,TR,TD,H1,H2,H3,IMG,A,P,DIV {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
DIV.bg {
    width: 640px;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("website-launch.jpg");
    background-repeat: no-repeat;
}
DIV.box {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
DIV.space {
    clear: both;
    height: 20px;
    width: 100%;
}
DIV.text {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}
DIV.ad {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
H1 {
    clear: both;
}