* { margin: 0; padding: 0; border: 0; }

body {
	background: url('images/bg.png') repeat-x #626262;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

a { color: #005278; }
a:hover { text-decoration: none; }

#Container {
	width: 1000px;
	height: 702px;
	margin: 0 auto;
	position: relative;
	background: url('images/bg2.jpg') no-repeat;
}

#Flyer {
	top: 72px; left: 100px;
	height: 490px; width: 800px;
	background: url('images/background.png') no-repeat;
	position: relative;
}

h1 a {
	display: block;
	background: url('images/h1.png') no-repeat;
	height: 30px; width: 760px;
	top: 17px; left: 20px;
	position: absolute;
	text-indent: -9000px;
}

h2 {
	display: block;
	background: url('images/h2.png') no-repeat;
	height: 76px; width: 480px;
	top: 67px; right: 20px;
	position: absolute;
	text-indent: -9000px;
}

div.Copy {
	display: block;
	position: absolute;
	top: 180px; left: 320px;
	width: 447px;
}

div.Copy p {
	line-height: 1.25em;
	margin-bottom: 1em;
	font-size: 14px;
}

div.Copy p.first {
	font-size: 16px;
}

div.Copy p.last {
	text-indent: 40px;
}

a.button {
	display: block;
	height: 27px; width: 403px;
	background: url('images/button.png') no-repeat;
	text-indent: -9000px;
	outline: none;
	margin-left: 40px;
}
