body,html {
	margin: 0;
	padding: 0;
	height: 100%;
	color: white;
	font-family: 'Syncopate', sans-serif;
	font-size: 120%;
	min-width: 765px;
}
body {
	background: #007548 url(green_line_and_gradient.jpg) no-repeat center top;
}
.wrapper {
	max-width: 765px;
	margin: 0 auto;
	text-align: center;
}
a img { border: none; }
a, a:visited { color: #ffcd05; text-decoration: none; }
.fr { float: right; }
.fl { float: left; }
.left { text-align: left; }
.bold { font-weight: 700; }
.serif { font-family: 'Cutive', serif; }
.shadow { text-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5); }
ul { list-style-image: url('bullet.png'); font-size: 32px; min-width: 765px; }
ul li { margin-bottom: 20px; }