@charset "utf-8";
/* CSS Document */

body {
	background: #A6A6A6;
	}

 /* styles for IE 5 Mac */
 #wrapper {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #wrapper {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -200px;
   text-align: center;
   min-width: 600px; 
 }
 /* end IE 5 hack */ 
	  
#logo {
	background: url(../images/logo/redback_logo.gif) no-repeat;
	top: 50%;
	width: 465px;
	height: 350px;
	margin: 0px auto;
	}
	
#logo p{
	color: #F0F0F0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 160%;		
	padding: 180px 0px 0px 100px;
	}
	
#logo p a{
	color: #F0F0F0;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: dotted 1px #A6A6A6;
	}

#logo p a:hover{
	color: #FFFFFF;
	border-bottom: dotted 1px #FFFFFF;
	}

a:focus {
   	outline: none; 
	}