body{
    background-image: url(images/background.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center 0px;
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size:80%;
    color: #333333;
}

.intro{font-family: Verdana, Arial, helvetica, sans-serif;
        font-size: large;
        font-style: italic;
}

#container {
    width: 820px;
    height: 830px;
    margin-left: auto;
    margin-right: auto;
}

#clootiestitle {
    position: relative;
    top: 15px;
    left: 30px;
    width: 760px;
    height: 60px;
}

#navbar {
    position: relative;
    top: 30px;
    left: 60px;
    width: 620px;
    height: 17px;
}

#mainimagecolumn{
    float:left;
    padding-left: 60px;
    padding-top: 60px;

}


#pagecopy{
    float: right;
    width: 300px;
    padding-top: 40px;
    padding-right: 80px;
    
}

