*{
 padding: 0; margin: 0;
}

/* maxheight for ie6 and under*/
* html #main{
 height: 100%;
}

a{
 color: #000000;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #FFFFFF;
} 

body{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin: 0;
 padding: 0;
 text-align: center;
}

html{
 margin: 0;
 padding: 0;
}

/* commented backslash hack for IE on Mac \*/ 
html, body{
height: 100%;
} 
/* end hack */

img{
  border: none;
}

p{
 color: #FFFFFF;
 font-family: verdana, sans-serif;
 font-weight: bold;
}

#footer{ 
 background: #000000;
 background-image: url(footer.gif);
 background-repeat: repeat-x;
 bottom: 15px;
 height: 50px;
 left: 0px;
 padding: 10px 0px 10px 0px;
 position: absolute;
 width: 100%;
}

#footer2{ 
 background: #000000;
 bottom: 0px;
 height: 15px;
 left: 0px;
 padding: 10px 0px 10px 0px;
 position: absolute;
 width: 100%;
}

#main{ 
 background: #000000;
 height: auto;
 margin: 0 auto;
 min-height:100%;
 width: 100%;
}

#pic{
 left: 50%;
 margin-top: -137px;
 margin-left: -250px;
 position: absolute;
 top: 50%;
 width: 500px;
}