/*****************************************************************************************************/
/*	SGCS: LAYOUT - CSS TEMPLATE 1.0
/*****************************************************************************************************/
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: url(../images/bg_splash.jpg) repeat-x #e4e3e9;
 /* FONT PARAMETERS */
 font-family: Verdana, Arial, Geneva, Swiss, SunSans-Regular; 
 font-size: 12px;
 color: #999999;
}

#splash {
	position: relative;
	width: 100%;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************************************************************/
/*	GENERAL AND FUNCTION SETTINGS *
/*****************************************************************************************************/
a			{ 
	color: #ae0905; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none 
}

a:hover    	{ 
	color: #4d0b09;
}

