@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

#soon_text {
	margin: 0 auto;
	width: 800px;
	height: 240px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #cccccc;
	margin-top: 30px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	background-image: url(../images/construct.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
	font-size: 11px;
	color: #000000;
	text-shadow: 1px 1px 0px rgba(83, 83, 83, 1);
	text-align: center;
	width: 800px;
	height: auto;
	margin: 0 auto;
}
