html, body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCC;
}

* {
	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:640px;
	min-height:600px;
	margin-top: 25px;
	top: 25px\9; /* IE 8 and below */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	background-image: url(../images/firstframe.jpg);
	background-repeat: no-repeat;	
}

#flashContent { width:100%; height:100%; }

