* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background: #000;
  height: 100%;
}

#wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}

_#wrapper {
  height: auto;
  overflow: hidden;
  position: relative;
}

/* Vertical Aligning
#middle {
  display: table-cell;
  vertical-align: middle;
  position: static;
}

_#middle {
  position: absolute;
  top: 50%;
}
*/

#inner {
  width: 1000px;
  height: 566px;
  margin-left: auto;
  margin-right: auto;
}

_#inner {
  position: relative;
  top: -50%;
}



#flash-container {
  width: 1000px;
  height: 550px;
  margin-top: 60px;
}

#music-container {
  width: 1000px;
  height: 16px;
  margin-top: 5px;
  margin-bottom: 1px;
}

#music-container object {
  float: right;
}

.hide {
  display: none;
}

#imageData #caption {
  font-size: 17px;
}

#imageData #caption a {
  color: #fff;
  text-decoration: none;
  line-height: 1em;
  overflow:hidden;
  font-family: Arial, sans-serif;
}

#imageData #caption a:hover {
  text-decoration: underline;
}
