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


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: center;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
}

#logo {
	background-image:url(images/SoundDecisionBusiness_logo.jpg);
	background-repeat: no-repeat;
	width: 410px;
	height: 145px;
	margin: 100px auto auto auto;
}

#comingsoon {
	margin: 25px auto;
	height: 85px;
	width: 410px;
}

#contact {
	width: 265px;
	margin: auto;
	height: 50px;
	vertical-align: middle;
}
	
	
