body {
	/*position: relative;*/
	background-image: url(../images/back-ground.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

img#logo {
	position: fixed;
	top: 30px;
	left: 30px;
}

table#tor {
	position: fixed;
	bottom: 72px;
	right: -6px;
	

}
table#tor div {
	background-color: none;
	border: 0;
}

div#main {
	height: 400px;
	width: 600px;
	border: 0;
	position: relative;
	z-index: 3;
	
}

img#foreground {
	
	position: fixed;
	z-index: 2;
	/*margin: 0;
	padding: 0;*/
	bottom: 0 !important;
	right: 0px;
}

/*Style Scrollbar*/
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-image: url(../images/bg_trans_dark.png);
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 160px;
  position: absolute;
  top: 20px;
  /*background-color: #EEE;*/
  background-image: url(../images/bg_trans_light.png);
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-image: url(../images/bg_trans_dark.png);
}
.Scrollbar-Down {
  position: absolute;
  top: 190px;
  width: 10px; height: 10px;
  background-image: url(../images/bg_trans_dark.png);
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 50px; left: 560px;
}
 
#Container {
  position: absolute;
  top: 50px; left: 50px;
  width: 500px;
  height: 230px;
  text-align: left;
  /*background-color: #EEE;*/
  background-image: url(../images/bg_trans_light.png);
}
#News, #About, #Extra, #Extren { 
  position: absolute;
  top: 10px; 
  overflow: hidden;
  width: 500px;
  height: 210px;
  display: none;
}
#News {display: block;}
p {
  margin: 0; padding: 0px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*text-indent: 20px;*/
  color: #777;
}
#Navigation {
  position: absolute; 
  top: 30px;
  left: 75px;
}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 5px;
  height: 15px;
  background-image: url(../images/bg_trans_dark.png);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
  display: block;
  float: left;
  letter-spacing: 1px;
}
#Navigation a:hover {
  margin-top: 0px;
  height: 20px;
}
#Navigation a.current {
  margin-top: 0px;
  height: 20px;
  /*background-color: #EEE;*/
  background-image: url(../images/bg_trans_light.png);
  color: #777;
}
#Tween {
  position: absolute;
  top: 50px;
  left: 490px;
  width: 100px;
}
#Steps {
  position: absolute;
  top: 275px;
  left: 50px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
}
#Tween a, #Steps a {
  padding: 5px 10px;
  display: block;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
}
#Tween a:hover, #Steps a:hover {
  color: #777;
}
