/*$Id: intro.css 567 2006-12-01 21:06:07Z nesta $*/
/* ----- For Entry Page ------*/
body#intropage { background-color: #CEAB57; }
#introcontent{
margin:5% auto 0 auto;
width:445px;
background:url(../images/logo-intro.jpg) top center no-repeat;
padding-top:355px;
color:#31428A;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}
#introcontent a{ color:#31428A; text-decoration:none; }
#introcontent a:hover{ color:#31428A; text-decoration:underline; }
#introcontent #copyright { font-size:10px; color:#fff;}
