body {
    margin: 0;
    background-position: top left;
    background-image: url(bg.jpg);
    background-repeat: repeat-x;
    color: #fff;
    font-size: 11px;
    background-color: #4D5C6F;
    line-height: 12px;
    font-family: georgia, serif
    }
#header {
    border-width: 0;
    padding: 0;
    margin: 0;
    position: left;
    top: 0;
    right: 0;
    width: 600px;
    height: 490px;
    z-index: 1
    }
#head {
    font-size: 11px;
    font-family: georgia;
    font-weight: bold;
    color: #fff;
    padding: 2px;
    border-style: solid;
    border-right: #000 1px solid;
    border-left: #000 1px solid;
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    border-color: #fff
    }
#content {
    border-width: 0;
    position: absolute;
    top: 220px;
    left: 300px;
    width: 300px;
    padding: 0;
    height: auto
    }
A:link {
    color: #7D9BBB;
    text-decoration: none;
    font-weight: bold
    }
A:visited {
    color: #7D9BBB;
    text-decoration: none;
    font-weight: bold
    }
A:active {
    color: #7D9BBB;
    text-decoration: none;
    font-weight: bold
    }
A:hover {
    color: #fff;
    text-decoration: none;
    font-weight: none
    }
input, textarea, select {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    font-family: georgia, serif;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    background-color: #4D5C6F
    }
p.skin {
    text-align: center;
    text-indent: 0
    }