	body, html {
		margin: 0; padding: 0;
		font-family: 'Verdana', Arial, Sans-Serif;
		font-size: 100%;
		line-height: 1.125em;
		text-align: center;
		background: #442048;
		}

	a {
		outline: none;
		color: #d0538d;
		}

	a.button {
		height: 35px;
		display: block;
		text-indent: -9000px;
		}

	a.button.signup1 {	height: 71px; }
	a.button.members1 {	height: 72px; }
	a.button.signup2 {	height: 71px; }
	a.button.members2 {	height: 72px; }

	a.button.signup1 {
		background: url(/images/butt_sign_up1.jpg) no-repeat #fff;
		background-position: 0 -71px;
		width: 134px;
		}

	a.button.members1 {
		background: url(/images/butt_members1.jpg) no-repeat #fff;
		background-position: 0 -72px;
		width: 134px;
		}

	a.button.signup2 {
		background: url(/images/butt_sign_up2.jpg) no-repeat #fff;
		background-position: 0 -71px;
		width: 134px;
		}

	a.button.members2 {
		background: url(/images/butt_members2.jpg) no-repeat #fff;
		background-position: 0 -72px;
		width: 134px;
		}


	a.button:hover {
		background-position: 0 0;
		}