/* basic elements */
body { 
	font: 10pt/16pt arial; 
	font-weight: bold;
	color: #000; 
	background: #fff; 
	margin: 0px; 
	}
p { 
	font: 9pt arial; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #3F4A4D;
	}
a:link { 
	font: 8pt arial; 
	font-weight: none; 
	letter-spacing: 0.1em;
	text-decoration: underline; 
	color: #23292B;
	}
a:visited { 
	font: 8pt arial;  
	font-weight: none; 
	letter-spacing: 0.1em;
	text-decoration: underline; 
	color: #23292B;
	}
a:hover	{ 
	font: 8pt arial;  
	font-weight: none; 
	letter-spacing: 0.1em;
	text-decoration: none; 
	color: #fff;
	}
a:active { 
	font: 8pt arial;  
	font-weight: none; 
	letter-spacing: 0.1em;
	text-decoration: underline; 
	color: #23292B;
	}


/* placement */

#container {
	width: 720px;
	height: 3672px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: 0px solid #fff;
	background-color: #fff;
}
#background1 {
	position: absolute;
	width: 720px;
	height: 3672px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 1;
	color: #000
	border: 0px solid #fff;
}


