

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial; 
	color: #102F4A;
}

div#container {
	width: 500px;
	margin: 0 auto;
}

div#header {
	margin-bottom:125px;
	height: 135px;
	background: white url(../images/de-logo.jpg) no-repeat;
}

div#header h1 {
	display: none;
}

div#header h2 {
	padding: 135px 20px 0 20px;
	font-size: 18px;
	text-align: center;
	text-transform:uppercase;
}

div#comingsoon {
	margin-bottom: 100px;
	height: 70px;
	background: #102F4A url(../images/bg-soon.png) repeat-x;
	text-align: center;
	color: white;
	font-size: 30px;
}

div#comingsoon p {
	padding-top: 15px;
}

div#contact {
	font-size: 18px;
	text-align: center;
	
}
