body {
font-family: arial;
color: #fff;
background: #0d0d0b;
}
p
{
text-indent:13px;
color: #999;
}

#container1 {
border-left: 3px solid #333;
height: 600px;
margin-top: 135px;
}

#runner{
border-top: 25px solid #333;
}
#runner2{
border-top: 3px solid #b0d551;
}

#toplinks{
font-size: 11px;
text-align: right;
color: #999;
border-bottom: 1px solid #333;
}

#logo{
margin-top: 20px;
}

#buttons img {
margin-right:20px;
}

#break{
margin-top: 40px;
}

#buttonbreak{
margin-top: 60px;
}

/* Tables Styling */
table span {
	padding:0 10px 0 0;
	font-weight:bold;
}
.odd td { background-color: #333; } 
.even td { background-color: #0d0d0b; }
td {
	padding:17px 7px;
	font-size:1.2em;
	text-align:left;
	color:#fff;
}
td a.promo-link {
	font-size:.9em;
}
tr.table-header {
}
tr.table-header  {
	padding:15px 0;
}
th {
	padding: 0px 5px;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
}