	
a:link,visited,active  {    /* unvisited link */
	color: #969aa1;
	text-decoration: none
}

a:hover {  /* mouse over link */
	color: #cfcfcf;
	text-decoration: none
}

body {
	background-color: #0a1010;
	padding: 0;
	margin: 0;
	font-family: georgia,serif;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #5e5e5e;
	background-position:top center;
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images//spoilsofwar/bg_faq_repeat.jpg');
	background-repeat:repeat-y;
}

#topContainer {
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images//spoilsofwar/bg_faq_top.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	margin-top:2px;
}

#bottomContainer {
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images//spoilsofwar/bg_faq_bottom.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	height:524px;
	width: 938px;
}

#bottomContainer_1 {
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images//spoilsofwar/bg_faq_bottom.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	height:524px;
}

#bottomContainer_2 {
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images//spoilsofwar/bg_faq_bottom.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	height:524px;
	width:938px;
}

#content {
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images//spoilsofwar/bg_faq_top.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	width: 938px;
	padding-top:244px;
	margin-right:auto;
	margin-left:auto;
}

.question {
	padding: 0px 90px;
	font-size:16px;
	color:#b7b7b4;
}

.answer {
	padding: 0px 90px;
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
}

#logoValve {
	position:absolute;
	left:20px;
	top:320px;
	width:110px;
	height:36px;
}

#legal {
	position:absolute;
	left:140px;
	top:320px;
	color:#525050;
	font-size:12px;
	line-height:16px;
}

#SignUpButton {
	display:block;
	width:261px;
	height:77px;
	background-image:url('https://cdn.steamstatic.com/apps/dota2/images/blogfiles/rightcol_signup_button.jpg');
	position:absolute;
	top:100px;
	left:338px;
}

.button:hover {
	background-position:bottom;
}

