body {
    background : black;
    color : white;
/*    text-align : center; */
}
h1, h2 {
    color : #2f4;
}


.footer {
    position: fixed;
    bottom: 0px;
    clear: both;
}

.main {
    float: left;
    width: 80%;
    max-width: 900px;
}

.left {
    float:left;
    width:10%;
}

.right {
    float: right;
    width:10%;
}

.news  p {
    text-align: left;
}



