body {
  background: url(../IMAGES/pvpBG.jpg) no-repeat fixed;
}

#logo {
  position: absolute;
  top: 5%;
  left: 2%;
  width:345px;
  height: 150px;
  background: url(../IMAGES/PVP_logo.png) no-repeat;
  margin: 0;
}

#statement {
  position: absolute;
  background: url(../IMAGES/Statement.png) no-repeat;
  width: 450px;
  height: 210px;
	top: 15%;
	right: 33%;
	margin: 0;
}

#rotate {
  position: absolute; 
  width: 401px;
  height: 268px;
  left: 10%;
	bottom: 18%;
  margin: 0;
}

#language {
	position: absolute;
	top: 3%;
	right: 12%;
	color: #fff;
  font-family: "Trebuchet MS", "san serif";
  font-size: 0.8em;

}

#links {
  position: absolute;
  	font: 1.0em "Trebuchet MS", "san serif";
	right: 8%;
	top: 8%;
  color: white;
}

#static {
  position: absolute;
	width: 268px;
	height: 401px;
	padding: 5px;
	top: 15%;
	right: 2%;
}

#info {
	position: absolute;
	width: 550px;
	height: 250px;
	background: url(../IMAGES/Info.png) no-repeat;
	padding: 5px;
	bottom: 12%;
	right: 10%;
}

#footer {
  position: absolute;
  font: 0.4em "Trebuchet MS", "san serif";
	color: white;
	bottom: 5%;
	left: 45%;
}

/* 

ul {
  position: absolute;
  top: 35%;
  left: 40px;
  padding:0;
  z-index: 4;
  list-style: none inside;
  width: 482px;
  height: 294px;
  margin: 0;
}

ul li {
  width: 138px;
  height: 138px;
  float: left;
  margin: 0 18px 18px 0;
  background: url(images/bg_checkered_dark.gif);
}

ul li a {
  float: left;
  width: 102px;
  height: 102px;
  margin: 18px 0 0 18px;
}

ul li a img {
  border: 0;
}
 */