body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    background: #99ffff;
    color: #4A1B3C;
}

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

h1, h2, div {
    padding: 0;
    margin: 0;
    line-height: 1.2;
}

p {
  margin: 0.8em 0;
}

img {
    border: 0;
}

#logo {
    position: absolute;
    top: 0px;
    left: 90px;
}

#box {
    position: absolute;
    top: 110px;
    left: 31px;
    width: 725px;
    height: 450px;

}

#backing {
    position: absolute;
    top: 42px;
    left: 24px;
    width: 676px;
    height: 449px;
    background: #99ccff;
}



#body {
    position: absolute;
    top: 62px;
    left: 32px;
    width: 500px;
    height: 349px;
}

#text {
    position: absolute;
    top: -50px;
    left: 100px;
    width: 450px;
}

#center {
    position: absolute;
    top: 65px;
    left: 200px;
    width: 300px;
    height: 349px;
}

#right {
    position: absolute;
    top: 65px;
    left: 350px;
    width: 300px;
    height: 349px;
}

#arrow {
    position: absolute;
    top: 220px;
    left: 95px;
    width: 300px;
    height: 100px;
}

#ad {
    position: absolute;
    top: 315px;
    left: 100px;
    width: 470px;
    height: 70px;
}


#scroll {
    overflow: auto;
    margin: 27px;
    height: 200px;
}


#copyright {
    position: absolute;
    text-align:center;
    width: 780px;
    left: 0px;
    top: 630px;

}

.readmore {
    text-align: right;
}

a {
    color: #c93ea1;
    text-decoration: underline;
    font-weight: bold;
}