body {
/*
    background-image: url("http://dl.dropboxusercontent.com/s/6gr1ryc5q22nrs2/background01.jpg");
    background-repeat: repeat;
*/
}

div.title {
    width: 800px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}

div.menu {
    width: 600px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
}

div.content {
    width: 800px;
    text-align: left;
    margin: 0 auto;
}
div.bottom {
    clear: both;
    width: 800px;
    text-align: center;
    margin: 0 auto;
}
