#wrapper {
	height: 640px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#content {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 250px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	text-align: center;
}
#copy {
	margin-left: 340px;
	margin-top: 20px;
	font-family: "Lucida Grande", Arial, "Gill Sans", sans-serif;
	font-size: 12px;
	color: #666;
}
#copy a {
	font-weight: bold;
	color: #660;
	text-decoration: none;
}
body {
	background-color: #999;
	background-image: url(../images/bg_wrapper.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	margin: 0px;
	padding: 0px;
}

