/* SOME COMMON LINES OF CODE THAT I MIGHT USE
font-family: Arial, Helvetica, sans-serif;
font-family: Times New Roman,Times,serif;
*/

body {
	margin:0 auto;
	padding:0;
	width:800;
	text-align:center;
}

#container {
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	margin: 0 auto;
	width : 800px;
	height: 800px;
	padding : 0;
	background: url('images/bdfocus_bckgnd2.jpg') no-repeat top center;
	overflow: hidden;
}
#coming-soon{
	float: left;
	width: 200px;
	margin: 100px 0px 0px 100px;
	text-align: left;
	font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}
#contact-info{
	
}
.clearBoth {
	clear: both;
}

