#logo-container {
	height: 70px;
	width: 99%;
	top: 5px; 
	position: absolute;
	margin: 0;
}
#logo {
	margin-top: 0px;
	width: 900px;
	left: 50%;
	top: 0px;
	margin-left: -450px;
	position: absolute;
}
#header-container {
	height: 55px;
	width: 99%;
	top: 70px; /* edit for new style was 10 */
	position: absolute;
	margin: 0;
}
#header {
	margin-top: 0px;
	width: 900px;
	left: 50%;
	top: 10px;
	margin-left: -450px;
	position: absolute;
}
#best {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: absolute;
  padding-top:45px;
  visibility:visible;
  text-align:left;
}
#footer {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	text-align: right;
  font-size:9px;
  font-family:sans-serif;
}
#footer-container {
	width: 99%;
	margin: 0;
  position:relative;
  top:45px;
  visibility: hidden;
}
#middle-container {
	position: absolute;
	visibility: visible;
	text-align: left;
	width: 99%;
	margin: 0;
  top:140px; /* edit for new style was 60 */
}
#middle {
	/* to be used when there are only 4 buttons at the bottom
  width: 900px;
	margin-left: -450px;*/
  /* to be used when there are more than four buttons at the bottom */
  width: 930px;
	margin-left: -465px;
	position: relative;
	left: 50%;
}
#copyright {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: relative;
	text-align: right;
  font-size:9px;
  font-family:sans-serif;
  bottom: auto;
  color:white;
  top:15px;
}
