body
{
	font-family: Futura;
  background: #ffffff; 
}

#logo {
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: 60px;
  width: 300px;
  height: 70px;
}
#text {
  color: #282828;
  position: absolute;
  top: 100px;
  left: 200px;
  width: 600px;
  height: 356px;
  font-size: 16px;
	line-height: 1.3em;
}
#gallery {
  background: #ffffff;
  position: absolute;
  top: 100px;
  left: 200px;
  width: 800px;
  height: 356px;
}
#imagegallery {
  background: #ffffff;
  position: absolute;
  top: 100px;
  left: 200px;
  width: 1500px;
  height: 356px;
}
#sidebar {
  background: #ffffff;
  position: absolute;
  top: 90px;
  left: 60px;
  width: 120px;
  height: 200px;
	font-size: 18px;
}
#sidebar a { 
  color: #494949; 
  text-decoration: none;
}
#sidebar a:hover { 
color: #000000; 
}