body {
    margin: 0;
    background: #0c1819;
}

div.container {
	margin: auto 0;
	width: 100%;
	height: 772px; 
	background: url(images/container.png) repeat-x;   
}

div#center {
	display: table-cell;
	margin: auto 0;
	min-width: 886px;
	height: 772px; 
	background: url(images/center.png) no-repeat;   
	vertical-align: middle;
	padding-left: 15%;
}

div#center h1{
	margin: auto 0;
	width: 475px;
	height: 48px; 
	background: url(images/h1.png) no-repeat;   
	text-indent: -9999px;
	margin-left: -3px;

}

div#center p, div#center a {
	font: x-large/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #222;
	width: 60%;
}

div#center a {
	text-decoration: none;
	color: #930;
	border-bottom: 1px dotted #508c8c;
}

div#center a:hover {
	text-decoration: none;
	color: #be3f00;
	border-bottom: 1px solid #508c8c;
}

