div {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
}

img { 
  border: 0;
}

body { 
  text-align: center;
  font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, sans-serif;
  color: #edebeb;
}

a { 
  color: white;
  font-size: 18px;
}

a, a:visited { 
  text-decoration: none;
}

a:hover { 
  color: #fff200;
  text-decoration: underline;
}

ul { 
  text-align: right;
  list-style: none;
}

li { 
  font-size: 18px;
}

li span { 
  font-size: 12px;
}

li a { 
  font-size: 12px;
}

div.outer { 
  margin: 0 auto;
  width: 690px;
}

div.container { 
  width: 690px;
  background-image: url('/media/images/middle.gif');
}
div.top { 
  width: 690px;
  height: 35px;
  margin-top: 30px;
  background: url('/media/images/top.gif') no-repeat;
}
div.bottom { 
  width: 690px;
  height: 35px;
  background-image: url('/media/images/bottom.gif');
}


img.logo {
  margin-top: 30px;
 }

div.content {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  height: 300px;
  width: 650px;
}

div.roundabout {
  background: url('/media/images/roundabout.gif') no-repeat 230px 32px;
}
img.guitar, img.ambient, img.advertising { 
  position: absolute;
}

img.guitar { 
  top: 10px;
  left: 180px;
}

img.ambient { 
  top: 10px;
  left: 380px;
}

img.advertising { 
  top: 205px;
  left: 160px;
}

div.email {
  position: absolute;
  text-align: right;
  bottom: 0px;
  right: 15px;
  font-size: 10pt;
}

div.email a {
  font-size: 10pt;
}
