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

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	height: 100%;
	background-color:#ffffff;
}

#soon {
	position:absolute;
	top: 50%;
	left: 50%;
	width:700px;
	height:400px;
	margin-top: -200px; /*set to a negative number 1/2 of your height*/
	margin-left: -350px; /*set to a negative number 1/2 of your width*/
    text-align: center;
	background-image: url(images/soon.jpg);
	background-repeat: no-repeat;
	display: block;
}
