body {
    background: url("../cimages/start_bg.gif") repeat-x ! important;
}

#start-content #contentLeft {
    width: 259px;
    margin: 30px 25px 0 0;
}
#start-content #contentRight {
    width: 480px;
}


.atlantis #headlineRight {
    left: 290px;
}

#startNews .headline {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 10px;
  color: #000 !important;
}

#startNews {
  margin: 0;
  width: 460px;
  cursor: pointer;
}

#startNews .line{
  height: 33px;
  display: block;
}
#startNews .corner {
  display:block;
  width: 31px;
  height: 33px;
  float: left;
  background: url("../cimages/arrows.gif");
}

#startNews .midTop,
#startNews .midBottom {
  width: 398px;
  display: block;
  float: left;
}
#startNews .midBottom {
    background: url("../cimages/shadow-bottom.gif") repeat-x;
}

#startNews .topLeft {
  background-position: 0px 0px;
}
#startNews .topRight {
    background-position: 0px -33px;
}
#startNews .bottomLeft {
    background-position: 0px -66px;
}
#startNews .bottomRight {
    background-position: 0px -99px;
}

#startNews.active .topLeft {
  background-position: 0px -132px;
}
#startNews.active .topRight {
    background-position: 0px -165px;
}
#startNews.active .bottomLeft {
    background-position: 0px -198px;
}
#startNews.active .bottomRight {
    background-position: 0px -231px;
}
#startNews div.middle {
  margin: 0 0 0 31px;
}
#startNews div.middle table {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}
#startNews td.content {
  border: 1px solid #000;
  padding: 10px;
    width: 376px;
    display: block;
    float: left;
}
#startNews.active td.content {
  background: #CCDC00;
}
#startNews .colRight {
    width: 31px;
    background: url("../cimages/shadow-right.gif") repeat-y;
}

