body, div, p {
	margin: 0; padding: 0; border: 0;
}

body {
	background: #e9e9e9;
}

#container {
	width: 722px; height: 354px; margin: 0 auto; 
	background: url(bg.jpg); padding: 300px 0 0 0; text-align: center;
}

a.btn {
	display: block; width: 185px; height: 80px; margin: 0 auto;
	background: url(button-sprite.png); text-indent: -9999px;
}
	a.btn:hover, a.btn:focus {
		background-position: 0 -100px;
	}
	a.btn:active {
		background-position: 0 -190px;
	}
	
a { outline: none; }