html{
	height:100%;
}
body{
	height:100%;
	margin:0px;
	padding:0px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:10px;
	background: #202020; /* Old browsers */
	background: -moz-linear-gradient(top, #202020 0%, #202020 33%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(33%,#202020), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #202020 0%,#202020 33%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #202020 0%,#202020 33%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #202020 0%,#202020 33%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #202020 0%,#202020 33%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

a{
	color:#b40105;
	text-decoration:underline;
	font-size:14px;
}
a:hover{
	color:#888;
	text-decoration:none;
}
h1, h2, h3, h4{
	font-weight:normal;
	width:auto;
	margin:3px 0px;
}

h2{
	font-size:28px;
	color:#b40105;
	margin:40px 0px 20px 0px;
}
h3{
	font-size:22px;
	color:#888888;
}

.Background{
}




