body {
	background: url(bg.gif) repeat #1890B2;
	color: #fff;
	font-family: arial;
	}
h1 {
	display: block; /* Allows you to change the width and height of the image */
	height: 239px;
	width: 800px;
	text-indent: -2000em; /* Hides the text in the tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(h1.gif) 0 0 no-repeat; /* The pathway to the image*/
}

p#checkout a {
	display: block; /* Allows you to change the width and height of the image */
	height: 60px;
	width: 405px;
	text-indent: -2000em; /* Hides the text in the tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(checkout.gif) 0 0 no-repeat; /* The pathway to the image*/
}

p#follow {
	display: block; /* Allows you to change the width and height of the image */
	height: 25px;
	width: 125px;
	text-indent: -2000em; /* Hides the text in the tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(follow.gif) 0 0 no-repeat; /* The pathway to the image*/
	margin-bottom:0;
	margin-top: 3em;
}

p#contact {
	display: block; /* Allows you to change the width and height of the image */
	height: 65px;
	width: 306px;
	text-indent: -2000em; /* Hides the text in the tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(contact.gif) 0 0 no-repeat; /* The pathway to the image*/
	margin-bottom:0;
	margin-top: 3em;
}

a img {
	border:none;
}
