@charset "utf-8";
/* CSS Reset */

@import url('reset.css');

/* CSS Document */

html, body {
	margin: 0 0;
	text-align: center;
	background-color: #000000;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}


/* Main template divs */

#page-width {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -200px;
	left: 0;
	text-align: center;
}

#main {
	margin: auto;
	width: 960px;
	height: 400px;
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 22px;
	font: 16px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 1px; 
}