@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	background: #2a547f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}
p {
	font-size: 12px;
	color: #333;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	color: #222;
}
img.background {
	z-index: -1;
	position: absolute;
	display: block;
	margin: -72px 0 0 -635px;
	left: 50%;
}
#content {
	z-index: 1;
	position: absolute;
	margin: 60px 0 0 -600px;
	left: 50%;
	width: 885px;
	height: 586px;
}
#copy {
	width: 430px;
	padding-left: 4px;
	margin: 138px 0 0 410px;
	z-index: 1;
}	


