* {
	margin: 0;
}

body {
	background-color: #ccc;
}

a {
	color: #777;
	text-decoration: none;
}

#sign-up-main {
	margin: 0 auto;
	width: 800px;
	height: 600px;
	background: url(../images/editmyinfo-bg.jpg) no-repeat;
	text-align: center;
}

#sign-up-main h1, #sign-up-main h2 {
	text-indent: -9999px;
}

#sign-up-main p {
	margin: 0 auto;
	padding-top: 20px;
	width: 350px;
	font: 12px/16px "Trebuchet MS", sans-serif;
	color: #777;
}

#sign-up-main p#blurb {
	margin-top: 250px;
}

ul#sign-up-button {
	width: 800px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul#sign-up-button li a {
	width: 141px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/sign-up-button.png) no-repeat center top;
	display: block;
	text-indent: -9999px;
	outline: none;
}

ul#sign-up-button li a:hover {
	background: url(../images/sign-up-button.png) no-repeat center bottom;
}

#credit-cards {
	width: 48px;
	height: 161px;
	background: url(../images/credit-cards.png) no-repeat;
	position: absolute;
	top: 8px;
	right: 9px;
}
ul#return-button {
	width: 800px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul#return-button li a {
	width: 141px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/return-button.png) no-repeat center top;
	display: block;
	text-indent: -9999px;
	outline: none;
}

ul#return-button li a:hover {
	background: url(../images/return-button.png) no-repeat center bottom;
}

