body {
	margin:0;
	padding:0;
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(../images/bg_body.gif);
}
#main {
	width: 100%;
	background-image: url(../images/bg_body.gif);
	height: 90%;
	position: fixed;
	clear: both;
}
#movieDiv {
	position: static;
	height: 100%;
	clear: both;
}
.clearDiv {
	clear: both;
	height: 10%;
	float: inherit;
}
.footer {
	background-color: #000000;
	height: 30px;
	clear: both;
	margin-top: -15px;
	opacity:.60;
	width: 100%;
	padding-top: 5px;
}
.clientLogin {
	color: white;
	font: bold 11px Avenir, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	float: left;
}

a:link {
	font: normal 11px Avenir, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font: normal 11px Avenir, Arial, Helvetica, sans-serif;
	color: #3269B3;
	text-decoration: none;
}
a:visited {
	font: normal 11px Avenir, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
.linkDivider {
	color: #3068B3;
	font-size: 11px;
	font-weight: normal;
}
.dloadFlash {
	font: bold 11px Avenir, Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 25px;
}
#invisDiv {
	visibility: hidden;
	overflow: hidden;
	height: 0px;
}
