body {
background-image:url('/maxidusbg.jpg');
background-position:top center;
background-repeat:no-repeat;
background-color:black;
font-family:Helvetica, Arial, sans-serif;
color:#808080;
font-size:24px;
line-height:32px;
font-weight:bold;
}

#wrapper {
margin-top:300px;
width:96%;
float:left;
padding:0 2% 0 2%;
}

a {
color:#555;
text-decoration:none;
}

a:hover {
background-color:#555;
color:#808080;
}

#headline {
color:white;
}

.clear {
clear:both;
}

#leftcol {
width:69%;
float:left;
margin-right: 2%;
border-top:5px solid #252525;
}

#navcontainer {
width:28%;
float:left;
}

#nav {
width:28%;
border-top:5px solid #252525;
padding-top:20px;
}

#tweets li{
border-bottom:1px solid #252525;
padding:20px 0 20px 0;
}

.timestamp {
float:left;
width:15%;
}

.tweet {
float:right;
width:80%;
}


