html, body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#003873;
	background-image: url(../images/gradient-bkgrnd.jpg);
	background-repeat: repeat-x;
}

* {
	margin:0;
	padding:0
}
img {
	border:none;
	behavior: url(../javascript/iepngfix.htc);
}
p {
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	padding-bottom:9px;
}

/* *** Float containers fix:

 http://www.csscreator.com/attributes/containedfloat.php *** */ 

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 0;
}
.clearfix {
	display: block;
}
.clear {
	clear:both
}
/* End hide from IE-mac */ 

#video {
	width:549px;
	min-height:800px;
	margin-top: 25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	background-image: url(../images/lastframe.jpg);
	background-repeat: no-repeat;	
}
#logo {
	width:209px;
	margin-top: 16px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	
}
#flashContent { width:100%; height:100%; }

#weblink {
	width:549px;
	margin-top: 16px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	
}

#weblink p {
	color:#FFF;
	text-decoration:none;
	text-align:center
	
}
#weblink a:link {
	color:#FFF;
	text-decoration:none;
	
}
#weblink a:visited {
	color:#FFF;
	text-decoration:none;
	
}


