/*****************************************************
* Global
*****************************************************/
* {
	padding				: 0;
	margin				: 0;
	outline				: 0;
	}

html { 
	min-height			: 100%;
	margin-bottom		: 1px;
	}

body {
	font				: normal 100% helvetica, arial, san-serif;
	background			: #3b3b3b url(../_images/bg.gif) repeat-x 0 0;	
	}

div.clearboth {
	clear				: both;
	}
	
#container {
	width				: 975px;
	margin				: 0 auto;
	}

#splash {
	width				: 975px;
	height				: 1235px;
	margin				: 0px 0 0 0px;
	background			: url(../_images/Visual1a.jpg);
	color: #EBEDEC;
	}