body {
	background-color: white;
	font-family: "Century Gothic", "Microsoft Sans Serif", "Tahoma", "Arial";
	color: #2528AC;
	font-size: small;
	text-align: center;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#logo {
	position:absolute; 
	width: 770px; 
	top: 0px;
	left: 0px;
}

#cont {
	position:absolute; 
	top: 175px;
	left: 80px;
	width: 690px; 
	font-size: 20px;
}

ul { 
	list-style-image: url("img/lbolt.gif");
}

blockquote {
	font-style: italic;
}
