* { margin: 0;
}

html, body { height: 100%;
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 16px;
	   color:#333333;
}

.wrapper { min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1.5em;
	width: 500px;
	text-align: center;
}

.infowrapper { min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1.5em;
	width: 900px;
	text-align: center;
}

.desc {font-size: 11px;
	margin: 60px 0 0 0;
	}
	
.footer, .push { 
	height: 1.5em;
	font-size: 10px;
	font-style: italic;
	color:#CCCCCC;
	width: 500px;
	text-align: center;
	margin: 0 auto;	
}

.wrapper h2 {font-size:30px;
	margin: 10px 0;
	color: #003366; 
}	

	
.footer a {font-size: 10px;
	font-style: italic;
	color:#CCCCCC;
	text-decoration: none;
	}
	
.footer a:hover{text-decoration: underline;
	}