@charset "UTF-8";
/* CSS Document */

body {
font-family:Helvetica, Arial, sans-serif;
font-size: 75%;
line-height: 150%;
color: #333333;
background-color:#333333;
/*background-image:url(newsworthy_web.jpg);*/
background-repeat: repeat-x;
}

#main {
position: absolute;
top: 15%;
left: 90px;
width: 275px;
background-color: white;
padding: 10px;
}

#main a {
color: #333333;
text-decoration: underline;
}

#main a:hover {
color: #333333;
text-decoration: underline;
}

span.byline {
	font-size: 90%;
}








