.html, body { 
	height:100%; 
	background-color:#D0CECF;
}

body { 
	margin:0; 
	padding:0; 
	overflow:hidden;
}

#flashContent { 
	height:100%; 
	background-color:#D0CECF;
	z-index:1;
}

#alternateContent {
	padding-top: 100px;
	padding-left: 100px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
	background-color: #F2F2F2;
	height: 400px;

}

a:link {
	font-style:normal;
	color:#666666;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-style:normal;
	color:#907A7E;
}

a:visited{
	font-style:normal;
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}


#footer{
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0px;
	left:0px;
	z-index: 2;
	background-image: url(../../../images/ac_id_215_60.png);
	background-repeat: no-repeat;
	background-position: right;
}

#footer a {
	font-style: normal;
	text-decoration:none;
	color: #999999;
	font-weight: normal;
}

#footer a:hover {
	font-style: normal;
	text-decoration:none;
	color: #666666;
	font-weight: normal;
}
