body {
        color: #FFF;
        text-align: center;
        background-color: #FFF;
        font-family: trebuchet ms, Tahoma, sans-serif;
        font-size: 13px;
}
#main {
        width: 98%;
        max-width: 1280px;
        margin: 0 auto;
}

#left {float: left}

#one {
        height: 28px;
        text-align: right;
        font-style: italic;
        background-color: #885;
        border-top: 1px solid #000;
}
#two {
        height: 18px;
        background-color: #CC9;
}

#feed {
        color: #000;
        text-align: left;
        min-height: 300px;
        margin: 30px 160px 0 100px;
}
#feed a {
        color: #00C;
        font-size: 1.1em;
        font-weight: bold;
}
#feed a:hover {text-decoration: none}
#feed a:visited {color: #06A}
#feed span {
        font-size: 0.9em;
        font-style: italic;
}

form {margin: 70px auto}
input {font-size: 1em}

#text {
        width: 100%;
        font-size: 9px;
        overflow: hidden;
        text-align: justify;
        background-color: #885;
        border: 2px dotted #885;
}
#text a {color: #FFF}
#text i {font-style: normal}
#text b {font-weight: normal}
#text u {text-decoration: none}
#text span {white-space: nowrap}
