@charset "UTF-8";
/* CSS Document */

 body
 {
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%; /*resets default to 12px;*/
	line-height: 1.5em;
	background-color: #000000;
	margin: 0;
	padding: 0;
}
h1 {
	text-align: right;
	height: 79px;
	font-size: 1.33em;
	text-transform: uppercase;
}
a {
color: #FFFFFF;
text-decoration: none;
}
a img {
border: none;
}
a:hover {
text-decoration: underline;
}
p {
text-transform: uppercase;
}
#wrapper {
	width: 578px;
	margin: 36px;
	text-align: center;
}
#header {
	height: 79px;
}
#content {
	width: 480px;
	margin: 0 auto;
}
#flash {
	width: 800px;
	margin: 0 auto;
	}
#home {
	text-align: center;
	margin-top: 150px;
	}
#home p {
	margin-bottom: 50px;
	}
#footer {
	height: 21px;
}
#footer p {
	margin: 0 0 0 36px;
	text-align: left;
}
#content p {
	text-align: right;
	font-size: .9167em;
	line-height: 1.3em;
	}

/*quicktime object tags*/

* html object.mov {
    display: none;
}
* html object.mov {
    display/**/: none;
}
/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}
