/* basic elements */
body { 
	font: 10pt/16pt arial; 
	font-weight: bold;
	color: #000; 
	background: #000;
	margin: 0px; 
	}
p { 
	font: 8pt/16pt arial; 
	margin-top: 0px;
	line-height: 10.5pt;
	text-align: justify;
	color: #000;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #3F4A4D;
	}
a:link { 
	font: 10pt arial; 
	font-weight: bold;
	line-height: 15pt;
	letter-spacing: none;
	text-decoration: none; 
	color: #293d4b;
	}
a:visited { 
	font: 10pt arial;  
	font-weight: bold;
	line-height: 15pt;
	letter-spacing: none;
	text-decoration: none; 
	color: #293d4b;
	}
a:hover	{ 
	font: 10pt arial;  
	font-weight: bold; 
	line-height: 15pt;
	letter-spacing: none;
	text-decoration: none; 
	color: #7dadcd;
	}
a:active { 
	font: 10pt arial;  
	font-weight: bold; 
	line-height: 15pt;
	letter-spacing: none;
	text-decoration: none; 
	color: #293d4b;
	}


/* placement */

#container {
	width: 980px;
	height: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: 0px solid #fff;
	background-image: none;
}
#flash {
	position: absolute;
	width: 980px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 27px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#presskit {
	position: absolute;
	width: 980px;
	height: 600px;
	margin-top: 563px;
	margin-right: auto;
	margin-left: 725px;
	margin-bottom: 5px;
	z-index: 30;
}
#signup {
	position: absolute;
	width: 980px;
	height: 600px;
	margin-top: 580px;
	margin-right: auto;
	margin-left: 615px;
	margin-bottom: 5px;
	z-index: 32;
	border: 0;
}

