	
a:link,visited,active  {    /* unvisited link */
	color: #969aa1;
	text-decoration: none
}

a:hover {  /* mouse over link */
	color: #cfcfcf;
	text-decoration: none
}

body {
	background-color: #161719;
	padding: 0;
	margin: 0;
    font-family: 'Radiance', Arial, Verdana;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #5e5e5e;
	background-position:top center;
    background-image: url('http://cdn.dota2.com/apps/dota2/images//faq/slate_bg_01.jpg');
	background-repeat:no-repeat;
}

h2 {
    font-family: 'Radiance', Arial, Verdana;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
    text-align: center;
    color: #c2c2c2;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px black;
}

#topContainer {
	background-image: url('http://cdn.dota2.com/apps/dota2/images//faq/slate_bg_01.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	margin-top:2px;
}

#content {
	background-image: url('http://cdn.dota2.com/apps/dota2/images//faq/slate_bg_01.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	width: 938px;
	padding-top:40px;
	margin-right:auto;
	margin-left:auto;
}

#contentContainer {
    background-image: url('http://cdn.dota2.com/apps/dota2/images//faq/bg_repeat.png');
    background-repeat: repeat-y repeat-x;
    padding-top: 30px;
    padding-bottom: 42px;
}

.question {
    font-family: 'Radiance', Arial, Verdana;
    padding: 0px 90px;
	font-size: 18px;
    font-weight: bold;
    color: #c2c2c2;
    margin-top: 32px
}

#sampleReport {
    background-image: url('http://cdn.dota2.com/apps/dota2/images//faq/sample_report.jpg');
    width:860px;
    height: 379px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    margin-bottom: 12px;
}

.answer p {
    font-family: 'Radiance', Arial, Verdana;
    padding: 0px 90px;
	font-size:16px;
	line-height:22px;
    color: #6e6e6e;
}

ul {
    padding: 0px 90px;
    margin: 0px 0px 20px 20px;

}

li {
    font-family: 'Radiance', Arial, Verdana;
    font-size:16px;
    line-height:22px;
    margin-bottom:20px;
    color: #6e6e6e;
}

#logoValve {
	position:absolute;
	left:20px;
	top:320px;
	width:110px;
	height:36px;
}

#legal {
	text-align: center;
    margin-top: 20px;
    margin-bottom: 120px;
    color:#525050;
	font-size:11px;
	line-height:16px;
}
