body {
    background: #000000;
    font-family: "Lucida handwriting", Times, serif;
    font-size: 13px;
    color: white;
}

img {
    border: 0px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
}

#page {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
}

#centreDiv {
    position:relative;
    height: auto;
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

#header {
    width: 900px;
    height: 200px;
    background: url('images/header.jpg');
}

#top {
    width: 900px;
    height: 40px;
    margin-bottom: 30px;
    background: url('images/top.jpg');
}

#menu {
    position: absolute;
    top: 175px;
    width: 900px;
}

#menu a{
    width: 80px;
    height: 25px;
    text-align: center;
    background: #3f3c3c;
    display: block;
    float: right;
    color: white;
    text-decoration: none;
    margin-left: 5px;
    line-height: 25px;
}

#contentLeft {
    position: absolute;
    left: 0px;
    width: 700px;
    height: 600px;
    background: url('images/content-left.jpg');
    z-index: 1;
}

#contentFull {
    position: absolute;
    left: 0px;
    width: 900px;
    height: auto;
    background: #403c3d;
    z-index: 1;
    float: left;
    display: block;
    position: relative;
}

#contentLeft p{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#contentFull p{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#contentRight {
    position: relative;
    left: 700px;
    width: 200px;
    height: 600px;
    background: url('images/content-right.jpg');
    z-index: 1;
    font-size: 12px;
}

#contentRight p{
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

#footer {
    width: 900px;
    height: 80px;
    margin-top: 20px;
    float: left;
    background: url('images/footer.jpg');
    position: relative;
}

#footer p{
    padding-top: 30px;
    text-align: center;
    font-size: 11;
}

#footer a{
    color: white;
    text-decoration: none;
}

/* PRETTY RUBBISH */

#swirl1 {
    position: absolute;
    left: -35px;
    top: 255px;
    width: 100px;
    height: 70px;
    background: url('images/swirl1.png');
    z-index: 3;
}

#swirl2 {
    position: absolute;
    left: 830px;
    top: 255px;
    width: 100px;
    height: 70px;
    background: url('images/swirl2.png');
    z-index: 5;
}

.smallart {
    width: 230px;
    height: 140px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    float: left;
}