html {
    height: 100%;
}

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

img {
    border: 0px;
}

br.clear {
    clear: both;
}

body {
    background: #ffffff;
    text-align: center;
    color: #0a0a0a;
    font-size: 11px;
}

#wrapper {
    position: relative;
    margin: 0px auto;
    text-align: left;
    width: 600px;
}
