@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);

html, body {
	background: #06141d; /* Old browsers */
	background: -moz-linear-gradient(top, #06141d 0%, #3c5f6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06141d), color-stop(100%,#3c5f6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #06141d 0%,#3c5f6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #06141d 0%,#3c5f6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #06141d 0%,#3c5f6b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #06141d 0%,#3c5f6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06141d', endColorstr='#3c5f6b',GradientType=0 ); /* IE6-9 */
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

#page {
	width: 100%;
	min-height: 100%;
	background-image: url(/grid.png);
}

#content {
	width: 640px;
	margin: 0 auto;
}

#xtype-logo {
	margin-top: 42px;
	width: 640px;
	height: 449px;
}

a {
	color: #f6a806;
}

a:hover {
	color: #fff;
}

h1 {
	text-transform: uppercase;
	font-size: 54px;
	font-weight: 400;
	line-height: 1.2;
}

div.foot {
	padding: 64px 0 64px 0;
}