body {
    font: 14px Verdana, Geneva, sans-serif;
    color: #000;
    background: #FFF url(/img/bg.gif);
    margin: 0px;
    padding: 0px;
}
a:link, a:visited {
    color: #00C;
    text-decoration: underline;
}
a:hover, a:active {
    color: #C00;
    text-decoration: none;
}

#container {
    margin: 0px auto;
    width: 950px;
}
#header {
    height: 80px;
    padding-top: 20px;
}
#header h1 {
    font-weight: normal;
    font-size: 36px;
    margin: 0px;
    padding: 0px;
    color: #06C;
    font-style: italic;
}
#body {
    padding: 20px 5px;
    height: 400px;
    border-top: 1px solid #C36;
    border-bottom: 1px solid #C36;
    background-color: #FFF;
}
#footer {
    height: 80px;
    font-size: 11px;
    color: #333;
    padding-top: 5px;
}
h1 {
    font-weight:normal;
    font-size: 24px;
    margin-bottom: 20px;
}
p.link {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
p.notfound {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    color: red;
}