/*-----------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 15px;
	margin: 0px;
	background-color: #999999;
	
}

a { color: #666666; text-decoration: none; font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 10px;} 
a:link { color: #666666; text-decoration: none; } 
a:visited { color: #666666; text-decoration: none; } 
a:active { color: #666666; text-decoration: none; } 
a:hover { color: #666666; text-decoration: underline; }




/*-----------------------------------------------------------------------*/

#main {
	position: absolute;
	width: 100%;
	height: 725px;
	background-color: #FFFFFF;
	background-image: url(../images/history/background_pattern.jpg);
	background-repeat: repeat;
}

#flashContent {
	position: absolute;
	width: 1000px;	
	height: 700px;
	text-align: center;
	margin-left: -500px;
	margin-top: 0px;
	left: 50%;
	z-index: 2;
}

/*------------------------- footer --------------------------------*/

#footer {
	position: absolute;
	width: 100%;
	height: 50px;
	padding-top: 0px;
	background-color:#666666;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none; 
	font-size: 10px;
	bottom: 0px;
	z-index: 1;
}


/*-----------------------------------------------------------------------*/