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

body {
	background-color: #000000;
	background-image: url(LiLcoming-soon-page.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#container {
	display: block;
	width: 650px;
	margin: 440px auto 0;
	height: 200px;
}
#text-box {
	font-size: 18px;
	color: #636363;
	border: none;
	width: 420px;
}
#text-bkgrd {
	background-image: url(text-bkgrd.png);
	background-repeat: no-repeat;
	padding: 5px 0 0 5px;
	background-position: 1px;
}
input#text-box {

}
