@charset "utf-8";
/* CSS Document */

body {
	background: #101A26;
	text-align:center;
}

#wrapper {
	margin: 0 auto;
	width: 500px;
}

#content h1 {
	width: 309px; height: 30px;
	background:transparent url(images/name.gif);
	text-indent: -9999px;
	margin: 100px auto;
	text-align: center;
}

#content p {
	width: 218px; height: 218px;
	background: transparent url(images/coming-soon.jpg);
	text-indent: -9999px;
	text-align: center;
	margin: 0 auto;
}

