body {
  background-repeat: no-repeat;
  background-position: center top;
  color: white;
  margin-top: 140px;
  background-image: url(img/bg.jpg);
  background-color: black;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#head {
  height: 250px;
  position: relative;
  width: 960px;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(img/logo.jpg);
}
#main {
  width: 960px;
  background-image: url(img/bgmain.jpg);
  background-repeat: no-repeat;
  font-family: Calibri,Arial Narrow,Helvetica,sans-serif;
  position: relative;
  min-height: 300px;
  background-position: center top;
}
#left {
  float: left;
  width: 660px;
}
#menu {
  border-bottom: medium solid white;
  position: static;
  padding-top: 9px;
  padding-bottom: 8px;
}
div#menu a:active {
  border-width: 1px;
  color: black;
  top: 1px;
  background-color: #f2f2f2;
  opacity: 0.7;
  position: relative;
  left: 1px;
  font-weight: inherit;
}
div#menu a:hover {
  border-style: outset;
  border-width: 1px;
  text-decoration: none;
  opacity: 0.9;
  background-color: white;
  color: black;
}
#text {
  width: 605px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-top: 8px;
  margin-right: auto;
}
#sponsors {
  border: 1px solid white;
}
#right {
  float: left;
  width: 294px;
}
#news {
  border: 1px solid white;
  margin: 28px auto 10px;
  padding: 4px;
  background-position: center top;
  color: white;
  text-align: right;
  background-repeat: no-repeat;
  background-image: url(img/news.jpg);
  position: relative;
  width: 280px;
}
#foot {
  position: relative;
  clear: both;
  text-align: center;
  border-top-style: solid;
  border-top-color: #ffb000;
  font-family: Calibri,Arial,Helvetica,sans-serif;
}
a:link {
  color: white;
  border-right-style: hidden;
  margin-right: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  text-decoration: none;
}
a:visited {
  border-right-width: 1px;
  color: white;
  text-decoration: none;
  border-left-style: hidden;
  border-right-style: hidden;
  margin-right: 1px;
}
a:hover {
  background-color: #313131;
  opacity: 0.6;
  color: white;
}
#alternate {
  text-align: left;
  visibility: hidden;
}
