body {
	background-image: url("/files/fa/gfx/background.gif");
	text-align: center;
	
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 20px;
	
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	color: #404040;
}

table, td, input, textarea, a, a:visited {
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	color: #404040;
}


h1 {
	font-family: Verdana, Helvetica;
	font-size: 12pt;
	color: #404040;
}

img { border: 0px; }

#whiteBand {
	#width: 100%;
	
	padding-top: 20px;
	padding-bottom: 20px; 
		
	background-color: #FFFFFF;
	
	border-top: 2px solid #E9E0D8;
	border-bottom: 2px solid #E9E0D8;
	
	margin-top: 10px;
		
	background-image: url("/files/fa/gfx/background_content.gif");
	background-position: bottom;
	background-repeat: no-repeat;
		
	text-align: center;
}


#content {
	width: 520px;
	margin: auto;
	
	text-align: left;
}

#content_left {
	width: 100px;
	float: left;
	
	text-align: right;
}

#content_left img { margin-bottom: 5px; }

#content_right {
	
	margin-left: 120px;
	padding-left: 20px;
	
	border-left: 1px solid #404040;
}


.intro {
	position: absolute;
		
	width: 800px;
	height: 466px;
		
	left: 50%;
	top: 50%;

	margin-left: -400px;
	margin-top: -233px;
}


#footer {
  font-size: 10px;
}