#logo {
  position: absolute;
  left: 40px;
  top: 0px;
  width: 306px;
  height: 106px;
}

#back { 
background-image: url("welcomeback.png");
background-repeat: repeat-x;
background-color: #EDEFF1;
}

a:link {
color: #1D4F9F;
font-weight: bold;
}

a:visited {
color: #3F3F3F;
font-weight: bold;
}

#header {
  position: absolute;
  left: 422px;
  top: 15px;
  width: 450px;
  z-index: 1;
  text-align: left;
  font-family: Arial;
  font-size: 35px;
  font-weight: bold;
  color: #272727;
  text-shadow: 0px 1px 1px #fff;
}

#errorman {
position: absolute;
left: 500px;
top: 120px;
}

#errorheader {
  position: absolute;
  left: 375px;
  top: 15px;
  width: 550px;
  z-index: 1;
  text-align: left;
  font-family: Arial;
  font-size: 35px;
  font-weight: bold;
  color: #272727;
  text-shadow: 0px 1px 1px #fff;
}

#byline {
  position: absolute;
  left: 400px;
  top: 55px;
  z-index: 2;
  text-align: left;
  font-family: Arial;
  font-size: 25px;
  font-weight: bold;
  color: #272727;
  text-shadow: 0px 1px 1px #fff;
}

#main-copy {
  position: absolute;
  left: 55px;
  top: 100px;
  z-index: 1;
  text-align: left;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #404d63;
}

#page-wrap {
  width: 525px;
  margin: 15px auto;
  position: relative;
}

#sidebar { 
	width: 230px; 
	position: fixed; 
	left: 50%; 
	top: 130px; 
	margin: 0 0 0 110px;
}

#sidebar ul { 
	background: #BFBDBD; 
	padding: 10px; 
	font-size: 14px;
	list-style-type: none;
}

#translate {
	position: fixed; 
	left: 50%; 
	top: 290px; 
	margin: 0 0 0 110px;
}