html {
	background: url('images/bgPat.jpg') #020202;
}
	body {
		background: url('images/comingSoon.png') no-repeat;
		width: 379px;
		margin: 50px auto 0 auto;
		padding: 504px 0 0 0;
		color: #FFF;
	}
		div#store a {
			color: #FFFFFF;
			text-decoration: none;
			display: block;
			height: 42px;
			width: 379px;
			line-height: 42px;
			text-align: center;
		}
			div#store  a span { visibility: hidden; }
		a#visitOurStore {
			background: url('images/visitOurStore.jpg') no-repeat top left;
		}
			a#visitOurStore:hover {
				background: url('images/visitOurStore.jpg') no-repeat bottom left;
			}