html {
    font: normal 12px verdana, arial;
    background-color: #000
}
#advertisement {
    text-align: center
}
#container {
    width: 760px;
    margin: 0 auto
}
a,
a:visited {
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
#head {
    position: relative;
    height: 50px;
    background: #1e3830
}
#title {
    font: bold 26px verdana;
    letter-spacing: -1px;
    position: absolute;
    top: 8px;
    left: 20px;
    z-index: 10;
    margin: 0;
    padding: 0
}
#title a,
#title a:visited,
#title a:hover {
    color: #2b9e7d
}
#mainnavwrap {
    background: #242424;
    font-family: arial;
    font-weight: 400;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 20px
}
#mainnavwrap ul {
    background: transparent;
    list-style-type: none;
    margin: 0;
    padding: 0
}
#mainnavwrap li {
    display: inline;
    margin: 0 15px 0 0
}
#bigcontain {
    width: 760px;
    float: left
}
.paragraph {
    background: #242424;
    background: -moz-linear-gradient(top, #333 0%, #313130 26%, #282828 66%, #242424 100%);
    background: -webkit-linear-gradient(top, #333 0%, #313130 26%, #282828 66%, #242424 100%);
    background: -o-linear-gradient(top, #333 0%, #313130 26%, #282828 66%, #242424 100%);
    background: -ms-linear-gradient(top, #333 0%, #313130 26%, #282828 66%, #242424 100%);
    background: linear-gradient(top, #333 0%, #313130 26%, #282828 66%, #242424 100%);
    border-bottom: 1px solid #000;
    overflow: hidden;
    padding: 15px 20px 10px
}
.title {
    font: 18px verdana;
    color: #fff;
    margin: 0 0 10px
}
.text {
    margin-bottom: 10px
}
.clears {
    clear: both
}
#footer {
    font: normal 10px verdana, sans-serif;
    background: #242424;
    color: #999;
    clear: both;
    margin: 0;
    padding: 11px 0 1px
}
.footertext {
    background: #161616;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin: 0;
    padding: 6px 0 6px 20px
}
html {
    color: #adffe1
}
a,
a:visited {
    color: #00efac
}
