body {
       background-image:url(http://www.travisgore.com/tdowninginc/bg3.jpg);
       background-repeat: repeat-y, repeat-x;
}
p {
       font-family: Arial, Helvetica, sans-serif;
       z-index: 2;
       position:absolute;
       color: white;
}
#Main {
       position:absolute;
       margin-top:653px;
       z-index: 2;
}
#asdf {
       z-index:1;
}
h4 {
       z-index: 2;
       position:absolute;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 90%;
}
h4:first-letter {
       font-weight: bold;
       font-size: 200%;
}
a:hover  {
       text-decoration: none;
       color:white !important;
}

a:link, a:visited, a:active {
       text-decoration:none;
       color:gray;
}
