body
{
	padding-top: 150px;
}

#home_wrapper
{
	text-align:center;	
}

#home_navigation
{
	width:100%;
	margin-top:60px;
	font-size:14px;
}

#home_navigation table
{
	width:1100px;
	margin:auto;
	border-collapse: collapse;	
}

#home_navigation table td
{
	width:130px;
	border-left: 1px solid #F6D100;
	border-right: 1px solid #F6D100;
}

#home_navigation table td a,
#billboard a
{
	color:#FFFFFF;
	text-decoration:none;
	cursor: pointer;	
}

#home_navigation table td a:hover,
#billboard a:hover
{
	border-bottom: 1px solid #F6D100;
}

#billboard
{
	margin-top:100px;
	color:#FFFFFF;
	font-size:12px;	
}

#billboard h1,
#image-preloader
{
	display:none;	
}

#article_content
{
    background-color:#202020;	
    width:900px;
    margin:auto;
    padding:20px;
}
