body 
{
	background : url(http://www.fasttrackflight.com/images/1920bg.jpg) no-repeat; 
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	margin: 0;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 80%;
}

#container 
{
	margin: auto;
	margin-top: 5px;
	width: 1000px;
}

#header
{
	text-transform: uppercase;
	margin-top: 50px;
	text-align: center;
	border: 2px solid lightgrey;
	background-color: rgba(18,22,33,0.85);
}

#header ul
{
	list-style: none;
	padding: 10px 0 10px 0;
	margin: 0;
}

#header li
{
	display: inline;
	padding: 0;
	margin: 0 15px 0 15px;
}

#header a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.6em;
}

#header a:hover
{
	color: #999999;
}

#header .current
{
	color: #999999;
}

#mainpage
{
	text-align: center;
	height: 500px;
	font-size: 6em;
}

#mainpage .text 
{
	padding-top: 200px;
}

#content {
	border: 2px solid lightgrey;
	background-color: rgba(18,22,33,0.65);
	font-size: 1.2em;
	padding: 15px;
}

#content a {
	text-decoration: underline;
	color: #FFFFFF;
}

#content a:hover {
	text-decoration: none;
}

#content ul {
	list-style: none;
}

#content li {
	margin: 3px;
}

#schedule {
	margin: 50px 0 50px 0;
	text-align: center;
}

#schedule a {
	font-size: 2em;
	text-align: center;
	padding: 15px;
}

#footer
{
	text-align: left;
	color: #FFFFFF;
	font-size: 1em;
	background-color: rgba(18,22,33,0.85);
	border: 2px solid lightgrey;
	padding: 15px;
	margin-bottom: 10px;
}

#contactform
{
	float: right;
}

#message {
	clear: both;
	text-align: center;
	padding: 10px;
	margin: 10px;
}