/* 
    Document   : style
    Created on : Nov 25, 2009, 10:22:44 AM
    Author     : jazzman
    Description:
        Purpose of the stylesheet follows.
*/

root { 
  display: block;
}

body {
  background-color: black;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

body, div.container {
  height: 100%;
}

div.container {
  display: table-cell;
  vertical-align: middle;
}

div {
  text-align: center;
}

img {
  border: 0px;
}

#content-iframe {
  border: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}