/* 
Linda Seidel CSS Styling and Design
author: Dustin Pfeifer
contact: dustin@dustinpfiefer.com
*/


* {
	margin:0;
	padding:0;
}

body {
	background:url("../images/background-main.jpg");
	width:800;
	text-align:center;
	margin:0 auto;
}


/* Index Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#welcome {
	margin:106px 0 0 0;
}



/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
