@charset "UTF-8";

/* CSS document for Fred on Holliss.ca */

#centre {
	color: white;
	font: bold 32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	width: 150px;
	height: 50px;
	margin: 35% auto auto;
	float: none;
	clear: none;
	position: relative;
}

#bg {
	position:fixed; 
	top:0; 
	left:0; 
	
	/* Preserve aspet ratio */
	min-width:100%;
	min-height:50%;
}

#centre p {
	margin-bottom: 50px;
}


