
	/* hide from ie on mac \*/
	html {
		height: 100%;
		width: 100%;
		overflow: auto;
	}
	
	
	/* end hide */
	
	body {
		height: 100%;
		
		padding: 0px;
		background-color: #CFCFCF;
		color:#ffffff;
		font-family: Lucida Sans Unicode, Helvetica, sans-serif;
		font-size:1em;
		font-size:12px;
		overflow: auto;
		vertical-align: middle;
		text-align:left;
		
	
	}
	* {
		margin:0px auto;
		padding:0;
	}

	 #footer {
 		clear: both;
		height: 20px;
		font-size: 0.9em;
		text-align: center;
		margin-bottom: 0px;
	}


	p {	
		color:#808090; 
		font-style:normal;
		text-decoration:none;
		text-align:center;
		font-size:0.8em;
		
	}	
	
	h3 {	
		color:#FFFFFF; 
		font-style:normal;
		text-decoration:none;
		text-align:center;
		font-size:2em;
		line-spacing: 3em;
		padding: 50px;
		
	}	
	

	a {	
		color:#808090; 
		font-style:normal;
		text-align:center;
		font-size:1em;
				
	}


div#logo {	
		background-color: #CFCFCF;
		text-align:center;
		border: 0; 
		width: 350px;
		padding: 20px;
		height: 70px;
		clear: both;
		position: relative;					

/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
 
	}



	div#container { 
		background-color: #CFCFCF;
		text-align:center;
		border: 0; 
		width: 800px;
		padding: 10px;
		height: 750px;
		clear: both;
		position: relative;
	

/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
 
	}
 
/* Hide from IE5mac \*//*/

 
html, body {
height: auto;
}
/* end hack */
 
/* ]]> */

	

