/* hide from ie on mac \*/

html {
	height: 100%;
	overflow: auto;	
	left: 0px;
	top: 0px;
}

#flashcontent {
	width: 100%;
	height: 100%;
	color: #CB3719;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

h1 {
	position: fixed;
	left: 15px;
	width: 750px;
}

p {
	text-decoration: none;
}

#warning {
	z-index: 11;
	list-style-position: outside;
	list-style-type: square;
	line-height: 15px;
	position: fixed;
	left: 150px;
	bottom: 10px;
	width: 330px;
	text-align: left;
	vertical-align: middle;
}

#fullContent {
	display: inline;
	text-align: left;
	text-transform: capitalize;
	text-decoration: none;
	verticle-align: top;
	top: 25px;
}

ul {
	z-index: 10px;
	background: #000000;
	position: fixed;
	line-height: 15px;
	width: 200px;
	top: 75px;
	left: 0px;
	list-style-position: outside;
	list-style-type: square;
}

#subnav {
	position: relative;
	left: 15px;
	width: 200px;
	list-style-position: outside;
	list-style-type: square;	
}

#cont {
	text-align: left;
	position: relative;
	top: 75px;
	left: 250px;
	width: 600px;
	height: 70%;
	overflow: auto;
}

#bottomBack {
	background-color: #000000;
	position: fixed;
	z-index: 9;
	height: 50px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

#topBack {
	background-color: #000000;
	position: fixed;
	z-index: 9;
	height: 50px;
	width: 100%;
	left: 0px;
	top: 0px;
}

#fplay {
	z-index: 12;
	position: fixed;
	bottom: 5px;
	left: 8px;
}

#copy{
	z-index: 10;
	text-align: right;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

a:link, a:visited, a:active {
	color: #F26111;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
