body {
    font-family         : Arial;
    font-size           : 12px;
    color               : #333333;
    background-image    : url(../images/bg.png);
    background-repeat   : repeat-y;
    background-position : 0 0;
    margin              : 0;
    padding             : 0;
    background-color    : #f2f2f2;
}
h1,h2,h3,p,div {
    margin              : 0;
    padding             : 0;
}
p {
    margin-bottom       : 15px;
}
a {
    color               : #3399CC;
    text-decoration     : underline;
}
a:hover {
    color               : #333333;
}
#frame {
    width               : 813px;
    height              : 800px;
    background-image    : url(../images/layout.png);
    background-repeat   : repeat-y;
    background-position : 0 0;
}
#content {
    width               : 320px;
    position            : absolute;
    top                 : 215px;
    left                : 50px;
    line-height         : 18px;
}

#address-1 {
    font-size           : 11px;
    width               : 200px;
    position            : absolute;
    top                 : 48px;
    left                : 584px;
    line-height         : 16px;
}
#address-2 {
    font-size           : 11px;
    width               : 200px;
    position            : absolute;
    top                 : 190px;
    left                : 584px;
    line-height         : 16px;
}
#address-3 {
    font-size           : 11px;
    width               : 200px;
    position            : absolute;
    top                 : 378px;
    left                : 584px;
    line-height         : 16px;
}
