BODY {
	background: black url('../../images/homepage-test-images/bg_leftfade.jpg') no-repeat fixed center top;
	padding: 0;
	margin: 0 0 200px 0;
	font-family: Arial;
	font-size: 62.5%;
}

a img {
  border: none;
}

DIV#homepage {
  margin-left: auto;
  margin-right: auto;
  width: 1006px;
}

DIV#content {
  left: 96px;
  position: relative;
  width: 908px;
}

DIV#socialNetwork {
	background-image: url('../../images/homepage-test-images/socialNetwork-bar.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 1001px;
	left: 0;
	width: 910px;
	height: 45px;
}

UL#socialNetworkList {
	width: 878px;
	padding: 18px 12px 0 12px;
	margin: 0 0 0 8px;
}

UL#socialNetworkList LI {
	display: inline;
}

UL#socialNetworkList LI A {
	font-family: Arial;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
	color: #484B46;
}

UL#socialNetworkList LI, UL#socialNetworkList LI A SPAN {
	color: #1C1E18;
}

.footer {
  padding: 8px;
  text-transform: uppercase;
}

.footer a, .footer span {
  color: #666;
  text-decoration: none;
}

.footer a:hover {
  color: white;
}

a.changeRegion {
  /*background: transparent url('../../images/homepage-test-images/flags/gb.png') no-repeat center left;
  padding-left: 21px;*/
}

/* put country flags into one sprite and then adjust background position accordingly below */

a.changeRegion.fr {
}

.privacyFooterLinks {
  float: right;
  margin: 0px;
}

.privacyFooterLinks a {
  margin-left: 10px;
}


