body {
  background: #000000;
  color: #dddddd;
  font-family: verdana;
  font-size: 14px;
  padding:0px;
  margin:0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position : absolute;
}

#selector {
  position  : absolute;
  top       : -15px;
  right     : 25px;		
}

#selector select {
  border    : 3px solid #777777;
  background: #DDDDDD;
  padding   : 1px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#content {
  background: #DDDDDD;
  position:absolute;
  border:4px solid #777777;
  margin:10px;
  width:960px;
  height:520px;
  margin-left:50%;
  left:-480px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#left {
  position   : absolute;
  background : #666666;
  border     : 1px solid #DDDDDD;
  color      : #DDDDDD;
  top        : 0px;
  left       : 0px;
  width      : 394px;
  bottom     : 0px;
  margin     : 20px;
  padding    : 5px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#left a {
  color: #EEEEEE;
  font-weight: normal;
  text-decoration: none;
}

#right {
  position   : absolute;
  background : #666666;
  border     : 1px solid #DDDDDD;
  color      : #DDDDDD;
  top        : 0px;
  right      : 0px;
  width      : 485px;
  height     : 467px;
  margin     : 20px;
  padding    : 5px;
  overflow   : hidden;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.hidden {
  display: none;
}

.lbox {
  position   : relative;
  display    : block;
  width      : 220px;
  height     : 212px;
  border     : 1px solid #999999;
  background : #DDDDDD;
  color      : #666666;
  margin: 5px;
  margin : 5px;
  padding    : 5px;
  float      : left;
  font-size  : 13px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.lbox:hover {
  color      : #555555;
  background : #EEEEEE;
}
.lbox_content {
  position   : absolute;
  top        : 0px;
  right      : 0px;
  left       : 0px;
  bottom     : 0px;
  padding    : 5px;
  overflow   : auto;
}

.bottom {
  position   : absolute;
  right      : 0px;
  left       : 0px;
  bottom     : 0px;
  padding    : 5px;
}

.buttons,
.button {
  border     : 1px solid #AAAAAA;
  background : #777777;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align : center;
  font-weight: bold;
  margin-top : 3px;
}

.buttons {
  background : #909090;
}

.button:hover {
  background : #AAAAAA;
  color      : #666666;
  cursor     : pointer;
}

.advance {
  font-size  : 8px;
  font-weight: bold;
}

.fbox {
  position   : relative;
  display    : block;
  width      : 462px;
  height     : 446px;
  border     : 1px solid #999999;
  background : #DDDDDD;
  color      : #666666;
  margin     : 5px;
  padding    : 5px;
  float      : left;
  font-size  : 13px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fbox:hover {
  color      : #555555;
  background : #EEEEEE;
}
.fbox_content {
  position   : absolute;
  top        : 0px;
  right      : 0px;
  left       : 0px;
  bottom     : 0px;
  padding    : 5px;
  overflow   : auto;
}
.fbox img {
  border: 1px solid #999999;
}
.fbox ul {
  padding:0px;
  margin:0px;
  margin-left: 15px;
}

.fbox_top {
  position   : absolute;
  top        : -7px;
  right      : 0px;
  width      : 75px;
  height     : 14px;
  margin     : 20px;
  margin-right:230px;
  background : url(image/top.png) #DDDDDD center center;
  border     : 1px solid #000000;
  z-index    : 100;
  -moz-border-radius: 5px;  
  border-radius: 5px;
}

.fbox_top:hover {
  background : url(image/top.png) #ffffff center center;
  cursor     : pointer;
}

.fbox_bottom {
  position   : absolute;
  bottom     : -7px;
  right      : 0px;
  width      : 75px;
  height     : 14px;
  margin     : 20px;
  margin-right:230px;
  background : url(image/bottom.png) #DDDDDD center center;
  border     : 1px solid #000000;
  z-index    : 100;
  -moz-border-radius: 5px;  
}

.fbox_bottom:hover {
  background : url(image/bottom.png) #ffffff center center;
  cursor     : pointer;
}

.endblock {
  position   : relative;
  display    : block;
  height     : 200px;
  width      : 100%;
  background : transparent;
  float      : left;
}
