body
	{
		margin: 0;
		padding: 0;
		font: 85% verdana, arial, helvetica, sans-serif;
		text-align: center;
		color: #fff;
		background-color: #000;

	}
	
	div#coming_soon{
				background-image: url(/kmc-webimage.jpg);
				width: 1024px;
				height: 800px;
				margin: 100px;
				background-repeat: no-repeat;
	}
		div#coming_soon h1{
			display: none; 
		}
		div#coming_soon h2{
			display: none; 
		}

a {
	color: #f00;
}

a#contact {
	position: absolute;
	left: 100px;
	top: 400px;
}
img {
	border: 0px;
}

