/*****************************************************
* Global
*****************************************************/
* {
	padding				: 0;
	margin				: 0;
	outline				: 0;
	}

html { 
	min-height			: 100%;
	margin-bottom		: 1px;
	}

body {
	font				: normal 100% helvetica, arial, san-serif;
	background			: #EBEDEC;
	}

div.clearboth {
	clear				: both;
	}
	
#container {
	width				: 1024px;
	margin				: 0 auto;
	}

#splash {
	width				: 960px;
	height				: 640px;
	margin				: 50px 0 0 30px;
	background			: url(../_images/ScottsdaleH2O.jpg);
	color: #EBEDEC;
	}
