body {
    background-color: #333;
}

#wrapper {
    background: url('../images/foot-bg.png') repeat-x center bottom;
}

header {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: 65px;
    padding: 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background-image: -webkit-linear-gradient(top, #333, #000);
    background-image: -moz-linear-gradient(top, #333, #000);
    background-image: -ms-linear-gradient(top, #333, #000);
    background-image: -o-linear-gradient(top, #333, #000);
    background-image: linear-gradient(top, #333, #000);
}

#menu {
    margin-left: auto;
    margin-right: auto;
    width: 982px;
    background-image: -webkit-linear-gradient(top, #333, #000);
    background-image: -moz-linear-gradient(top, #333, #000);
    background-image: -ms-linear-gradient(top, #333, #000);
    background-image: -o-linear-gradient(top, #333, #000);
    background-image: linear-gradient(top, #333, #000);
    border-bottom: 1px solid #ccc;
}

td.menu-item {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width: 100px;
    text-align: center;
    font-size: 12pt;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #ffffff;
    cursor: pointer;
    text-shadow: 0px 0px 5px #333333;
    text-wrap: avoid;
}

td.menu-item:hover {
    background-image: -webkit-linear-gradient(top, #666, #000);
    background-image: -moz-linear-gradient(top, #666, #000);
    background-image: -ms-linear-gradient(top, #666, #000);
    background-image: -o-linear-gradient(top, #666, #000);
    background-image: linear-gradient(top, #666, #000);
}

#body {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    min-height: 600px;
    padding: 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background: #ffffff url('../images/swirly.jpg') bottom right no-repeat;
}

footer {
    margin-left: auto;
    margin-right: auto;
    width: 970px;
    padding: 5px;
    border: 1px solid #999;
    background-image: -webkit-linear-gradient(top, #333, #000);
    background-image: -moz-linear-gradient(top, #333, #000);
    background-image: -ms-linear-gradient(top, #333, #000);
    background-image: -o-linear-gradient(top, #333, #000);
    background-image: linear-gradient(top, #333, #000);
}
