body
{
	background-image: url('../img/safety_first/background-safety.gif');
	background-repeat: repeat-x;
	background-position: top center;
}

.en #header
{
	background-position: -232px 0;
}
.es #header
{
	background-position: -145px 0;
}

#header #menu a.safety_first_rollover
{
	background-position: 0 -32px;
}

#content-wrapper #safety_first_container #content_container #logo_container
{
	margin-bottom: 60px;
}

#content-wrapper
{
	/*background-image: url('../img/safety-background.png');
	background-repeat: no-repeat;
	background-position: top center;*/
	
	background-image: url('../img/content-tile.png');
	background-repeat: repeat-y;
	background-position: top center;
	
	height: 406px;
}

/**
*	English Translation
*/
#content-wrapper.en a.safety_button_red
{
	background-image: url('../img/safety_first/en_safety-callout-site-red.gif');
	position: relative;
	left: 35px;
}
#content-wrapper.en a.safety_button_blue
{
	background-image: url('../img/safety_first/en_safety-callout-site-blue.gif');
}
#content-wrapper.en a.safety_button_green
{
	background-image: url('../img/safety_first/en_safety-callout-site-green.gif');
}
#content-wrapper.en a.safety_button_brown
{
	background-image: url('../img/safety_first/en_safety-callout-site-brown.gif');
}
/**
*	Spanish Translations
*/
#content-wrapper.es a.safety_button_red
{
	background-image: url('../img/safety_first/es_safety-callout-site-red.gif');
	position: relative;
	left: 35px;
}
#content-wrapper.es a.safety_button_blue
{
	background-image: url('../img/safety_first/es_safety-callout-site-blue.gif');
}
#content-wrapper.es a.safety_button_green
{
	background-image: url('../img/safety_first/es_safety-callout-site-green.gif');
}
#content-wrapper.es a.safety_button_brown
{
	background-image: url('../img/safety_first/es_safety-callout-site-brown.gif');
}
/* End Translations */

#content-wrapper a.safety_button_blue,
#content-wrapper a.safety_button_green,
#content-wrapper a.safety_button_brown
{
	position: relative;
	top: 150px;
	left: 30px;
}

#content-wrapper a.safety_button_red,
#content-wrapper a.safety_button_blue,
#content-wrapper a.safety_button_green,
#content-wrapper a.safety_button_brown
{
	text-decoration: none;
	display: block;
	width: 180px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content-wrapper a.safety_button_red:hover,
#content-wrapper a.safety_button_blue:hover,
#content-wrapper a.safety_button_green:hover,
#content-wrapper a.safety_button_brown:hover
{
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 -32px;
}

#footer
{
	background-image: url('../img/footer-background.png');
	background-repeat: repeat-x;
	background-position: top center;
	padding: 50px 0 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	/* Safari 3.0 and Chrome rules here */
	
	#footer
	{
		margin-top: 5px;
	}
}


/**
* IE HTML HACK
*/

*html #content-wrapper #safety_first_container #content_container #logo_container
{
	margin-left: 15px;
	margin-bottom: 0;
}

*html #footer
{
	margin-top: -130px;
}