@charset "utf-8";
body, html {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.intro {
	position:relative;
	width: 100%;
	height: 100%;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.images {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width: 670px;
}
#logo {
	position:relative;
	float: left;
	margin-top: 200px;
}
#soon {
	position:relative;
	float: right;
	margin-top: 450px;
}

