@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #F0F0F0;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 775px;
}

#container {
	width: 900px;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 16px;
}

table {
	border: none;
	width: 100%;
}

td {
	padding: 14px;
}

img {
	border: none;
}

a {
	border: none;
}

a:link, a:hover, a:visited, a:active {
	color: #009eff;
}

.center {
	text-align: center;
}

.small-text {
	font-size: 12px;
}

.small-col {
	width: 30%;
}

.nav img {
	margin-left: 10px;
	margin-right: 10px;
}

.nav {
	margin-bottom: 30px;
}

.nav a {
	color: #000;
}

.movie {
	margin-left: 50px;
}

.resume {
	color: #000;
	background-color: #fff;
	padding: 14px;
	font-size: 10px;
	line-height: 14px;
}

.download {
	color: #666;
	background-color: #fff;
	padding: 14px;
	font-size: 10px;
	cursor: pointer;
}

input {
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

form {
	margin-top: 40px;
}

label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.form-row {
	height: 40px;
}

.form-button {
	display: block;
	margin-top: 100px;
	margin-left: 110px;
}

.footer {
	font-size: 10px;
	text-align: center;
}

.aliens {
	padding-top: 40px;
	border: none;
}

iframe {
	width: 100%;
	height: 600px;
	border: none;
}