 /* styles for IE 5 Mac */
 #horizon {
        background-color: transparent;
        position: absolute;
        top: 20px;
        left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -260px;
   text-align: center;
   min-width: 760px; 
 }
 /* end IE 5 hack */ 
          
#wrapper {
        background-color: transparent;
        position: relative;
        text-align: center;
        width: 760px;
        height: 380px;
        margin: 0px auto;
        }

body {
	background-image: url(bgpattern.gif);
	background-repeat: repeat;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #CCCCCC;
}
.credit a {
	color: #CCCCCC;
	text-decoration: none;
}
.credit a:hover {
	color: #660033;
	text-decoration: none;
}