body {
color: #000;
font: 9pt georgia;
background: #d6d6d6 url(hiatusbg.png) repeat;
line-height: 11pt;
}

#header {
background-image: url(hiatusheader.png);
position: absolute;
z-index: 0;
top: 0; left: 0;
width: 1300;
height: 700;
}

#title {
z-index:2;
position: absolute;
top: 15px;
margin-left: 55px;
color: #000;
font: 50px 'Indie Flower', sans-serif;
text-shadow: 0 0 20px #ffe697;
}

#content {
position: absolute;
text-align: justify;
top: 385px;
left: 150px;
width: 620px;
height: 370px;
padding: 10px;
overflow: auto;
background-color: #413e60;
-webkit-box-shadow: 0px 0px 19px -1px #000000;
box-shadow: 0px 0px 19px -1px #000000;
}

.head {
font-size:12px;
line-height: 15px;
color: #ffe697;
padding-left: 10px ;
background-color: #1b1647;
letter-spacing:2px;
text-align: left;
text-transform: uppercase;
opacity:0.7;filter:alpha(opacity=100);}

b, strong {
         font-size: 11px;
         text-transform:uppercase;
         color: #0f0942;}

i, em {
         letter-spacing: 1px;
         text-shadow: #99874d 1px 1px 1px;
         text-decoration: none;}

s, strike {
         color: #0f0942; }

u {

         text-decoration: none;
         border-bottom: 1px solid #0f0942;
         text-decoration:none;
         text: #000;
}

a {
         color: #0f0942;
         text-decoration: none;
         border-bottom: 1px solid #99874d;
         -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
         -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
         transition: all 0.5s ease-in-; }

a:hover {
         color:#99874d;
         text-decoration:none; }

#credits {
        bottom:15px;
        right:15px;
        width:120px;
        padding:1px;
        font-size:8px;
        text-transform:uppercase;
        letter-spacing:1px;
        background:#ffffff;
        text-align:center;
        position: fixed;
        -moz-border-radius: 3px;
        border-radius: 5px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        text-shadow: #fbdb89 1px 1px 1px;