BODY {
  margin:   0px;
  padding:  0px;
  
  background-image:    url(../images/bg-space.jpg);
  background-repeat:   no-repeat;
  background-position: 0px 25px;
  background-color:    #000000;
}

A.network {
  color:            #98ffff;
  text-decoration:  none;
}

A {
  color:            #22afcd;
  text-decoration:  none;
}

A:hover {
  color:            #98ffff;
  text-decoration:  underline;
}

#top-links {
  background-image:    url(../images/bg-top.jpg);
  background-repeat:   repeat-x;
}

#top-links-ice {
  background-image:    url(../images/bg-links.jpg);
  background-repeat:   no-repeat;
  background-position: center;
}

#top-networks {
  padding:      5px;
  height:       15px;
  font-family:  Verdana, Tahoma, Arial;
  font-weight:  bold;
  font-size:    10px;
  color:        #98ffff;
  text-align:   right;
}

#cnt-logo {
  width:            400px;
  padding-top:      35px;
  padding-bottom:   20px;
}

#cnt-box {
  width:          400px;
  border-left:    1px Solid #98ffff;
  border-right:   1px Solid #98ffff;
  border-bottom:  1px Solid #98ffff;
}

#cnt-news {
  background-image:    url(../images/bg-com.jpg);
}

#cnt-title {
  padding:            5px;
  width:              390px;
  background-image:   url(../images/bg-blue.gif);
  background-repeat:  repeat-x;
  font-family:        Verdana, Tahoma, Arial;
  font-weight:        bold;
  font-size:          11px;
  color:              #FFFFFF;
  text-align:         left;
} 

#cnt-text {
  padding:      15px;
  width:        368px;
  font-family:  Verdana, Tahoma, Arial;
  font-size:    11px;
  color:        #DDEEFF;
  text-align:   left;
} 