﻿/*
body
{
	background-image: url('/Images/fixed_background.png');
	background-position: center 611px;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #000000;
}

div.siteWrapper
{
	background-image: url('/Images/full_reflection.png');
	background-position: center 611px;
	background-repeat: no-repeat;
	background-attachment: scroll;	
}
*/

body
{
	background-image: url('/Images/home_bg_hz.png');
	background-position: center bottom;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #000000;
}

div.siteWrapper
{
	background-image: url('/Images/home_safe_bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 1410px;
}

div.siteWrapper div.header a
{
	display: block;
	border: 1px solid #000000;
}

div.siteWrapper div.siteWrapperPadding
{
	padding-left: 179px;
	padding-right: 179px;
}

div.siteWrapper div.footer div.padding
{	
	padding-bottom: 58px;
}