/* CSS Document */

html { 
padding:0px;
margin:0px;
height: 100%;
}

body {
background-color:#000000;
background-image:url(repeat.gif);
text-align:center;
margin:0px;
padding:0px;
margin-bottom: 1em;
height: 100%;
}

#dr3vil { 	
  position:absolute;
  height: 300px; 
  width:400px;
  margin:-100px 0px 0px -200px;
  top: 35%; 
  left: 50%;
  text-align: center;
  padding: 0px;
}