body {
	background-color: #ffffff;
}

#BackPage {
	position:absolute;
  left: 50%; 
  top: 50%;
  width: 750px;
  height: 590px;
  margin-top: -295px; 
  margin-left: -375Px;
  background-color: #ffffff;
}

#Header {
	background: url(./images/header.gif) no-repeat;
	width: 750px;
	height: 64px;
}

#Side {
	background: url(./images/side.gif) no-repeat;
	width: 271px;
	height: 443px;
	float: left;
}

#Flashzone {
  font: 14px Verdana;
  text-align: center;
  vertical-align: middle;
	background-color: #ffffff;
	width: 479px;
	height: 443px;
	float: left;
}

#Footer{
	background: url(./images/footer.gif) no-repeat;
	width: 750px;
	height: 56px;
	clear:both;
}

#Enterzone {
	background-color: #ffffff;
	text-align: center;
	font: 14px Verdana; 
	width: 750px;
	height: 27px;
	
}

