html, body {
	background: #000;
	color: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #000 url(ptmdesignBackground.png) repeat-x center center;
}

div#coming_soon {
	text-indent: -999em;
	overflow: hidden;
	width: 500px;
	height: 200px;
	background: #000 url(ptmdesignLogo.jpg) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -100px;
}
