#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}

#container {

width: 800px;
margin: 0 auto;
	
}

#center {

	padding: 150px 0 0 0;
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 45px;
	color: #333;
}

#center2 {

	padding: 20px 0 0 0;
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 45px;
	color: #333;
}


#center3 {
	
	margin: 20px 0 0 0;
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 20px;
	color: #333;
	
}

.link {
	
	color: #333;
	font-style: underline;
}

a.link:hover {
	
	color: #B2CE2D;
	
}