@charset "utf-8";

body {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #171717;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content {
	width: 100%;
	position: absolute;
	top: 15%;
	text-align: center;
}
.text {
	width: 600px;
	font-size: 10px;
	margin: 0 auto 60px auto;
	line-height: 14px;
}
.heading {
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 12px;
}
.newscontent {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #999999;
}
.icons {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.ico {
	height: 90px; 
	width: auto;
	border: 0;
	margin: 3px;
}
.cont {
	display: inline-block;
}
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: none;
	color: #FFFFFF;
}