/* Stylesheet for SovereignInnovations.com */

body {
  margin: 0;
}

#main {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #FFF url("../img/sovinn.png") no-repeat 50% 50%;
  color: #999;
}

#copy {
  width: 100%;
  font-family: verdana;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 1px;
}