body {
 background-color : #050505;
 background-image : url('./images/intro-bg.gif');
 background-repeat : repeat-y;
 background-position : center;
 font-family : Trebuchet, 'Trebuchet MS', Arial, Helvetica, sans-serif;
 text-align : center;
 margin : 0px;
 padding : 0px;
}

#intro-entry {
 position : absolute;
 top : 50%;
 left : 50%;
 margin-left : -195px;
 margin-top : -30px;
}

#intro-hell {
 position : absolute;
 bottom : 0px;
 left : 50%;
 margin-left : -150px;
}

a img {
 border : 0px solid #a00000;
}
