*{
	font-family: "Slabo 13px","lato", sans-serif;
}

body
{
	margin:0px;
	background-color:#070510;
}

 a:link,a:visited {color:#908090;text-decoration:none;}
 a:hover,a:active {color:#a5a5a5;text-decoration:none;background-color:#241024;}

 img {
    max-width: 100%;
    max-height: 170px;
	width:300px;
	margin:0px;
	padding:0px;
	float:left;
}

a img:hover {
	outline:1px white dotted ;
    outline-offset: -1px;
}

ul{
    list-style-type: none;
    padding: 0;
}
 
.container
{
	overflow:visible;
	width:900px;
	background-color:#070510;
    margin-left: auto;
    margin-right: auto;
}

.title
{
}

.about
{
	font-size:12pt;
	font-weight:500;
	color:#b3b3b3;
	margin:10px 10px 0px 0px;
}

.content
{
	font-size:8.5pt;
	color:#494949;
}

.gameImg
{
	width:900px;
	height:400px;
	border:none;
}

.gamewidget
{
	float:right;
	clear:none;
	margin-top: 216px;
	margin-right:20px;
}