@import url('http://fonts.googleapis.com/css?family=Arvo');

@font-face {
	font-family: StarTrek;
	src: url(font/starnext.ttf);
}

html, body, html.no-js.ng-scope, body.ng-scope {
	background: #000 url('../images/bg.jpg') no-repeat top left;
	position: static;
}

body > #body {
	background: #000 url('../images/bg.jpg') no-repeat top left;
	position: static;
}

#body > #bg {
	background: url('../images/shadow.png') top left repeat-x;
	padding: 60px 0 80px 0;
}

#bg > #outer {
	position: relative;
	min-width: 700px;
	max-width: 1500px;
	margin: 0 auto;
}

#outer > #wrap {
	margin: 30px 0 0 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,666666+100&amp;0.3+0,0.3+100 */
	background: -moz-linear-gradient(top,  rgba(102,102,102,0.3) 0%, rgba(102,102,102,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,0.3)), color-stop(100%,rgba(102,102,102,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,0.3) 0%,rgba(102,102,102,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(102,102,102,0.3) 0%,rgba(102,102,102,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(102,102,102,0.3) 0%,rgba(102,102,102,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(102,102,102,0.3) 0%,rgba(102,102,102,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d666666', endColorstr='#4d666666',GradientType=0 ); /* IE6-9 */	
}

#copyright {
	margin: 40px 0 0 0;
	text-align: center;
	color: #707070;
	font-size: 0.9em;
	line-height: 1.75em;
	font-family: Arial, sans-serif;
}

#copyright a {
	color: #888888;
}

br.clear {
	clear: both;
}