body {
  background-image: url("media/images/bg.jpg");
  background-color: #959573;
  font-size: 14px;
}

a:link     {color:#0000ff}
a:visited  {color:#8000ff}
a:hover    {color:#000000}
a:active   {color:#ff0000}

a.amenu 	{text-decoration: none}
a.amenu:link 	{color: #000000}
a.amenu:visited {color: #000000}
a.amenu:hover 	{color: #998766; background-color: #000000}
a.amenu:active 	{color: #ffdd00}

#logo {
  position: absolute;
  width: 678px;
  height: 132px;
  top: 0px;
  left: 0px;
  background: #959573 url(media/images/logo.jpg) no-repeat;
}

#title {
  position: absolute;
  top: 120px;
  left: 0px;
  width: 800px;
  text-align: center;
  font-size: 50%;
}

#main {
  position: absolute;
  top: 150px;
  left: 360px;
  width: 550px;
}

#menu {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 250px;
}

#amtable {
  position: absolute;
  top: 150px;
  left: 950px;
  width: 400px;
}

#gallery {
  position: absolute;
  top: 150px;
  left: 600px;
  width: 400px;
}