* { margin: 0; padding: 0;
}

body {
	background: white;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: black; 
	text-align: center;
}

/* Intro Layout */
#introContainer {
	width: 766px;
	background: white center top;
	text-align: left;
	margin: 5px auto;
}
#header {
	width: 766px;
	position: relative;
	height: 522px;
	background: white no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
