html, body {
	background-color: #2f2816;
	height: 100%;
	text-align: center;
	}

div#container {
	background: #2f2816 url('http://www.steinenjewelry.com/images/bkgdForYMLP.jpg') no-repeat 0px 0;
	font-family: Verdana, Arial, sans-serif;
	height: 100%;
	margin: 0 auto;
	text-align: right;
	width: 950px;
	}

img, h2, p {
	clear: both;
	float: right;
	}

h2, p {
	color: #fff;
	display: inline;
	font-size: 14px;
	line-height: 22px;
	margin-right: 62px;
	padding-bottom: .6em;
	width: 300px;
	}

p {
	color: #999;
	font-size: 12px;
	line-height: 18px;
	}
	
img#logo {
	border: 0;
	height: 118px;
	padding: 40px;
	width: 289px;
	}

h2 a, p a {
	background-color: #6fafa2;
	color: #fff;
	display: block;
	font-size: 14px;
	margin-top: 30px;
	padding: 20px 20px 22px 20px;
	text-align: center;
	text-decoration: none;
	}

h2 a:hover, p a:hover {
	background-color: #999;
	}
