/* CSS Splash Page */

body {
background-color: #fff;
margin: 0;
padding: 10px 0 0 0;
font-family: "Trebuchet ms", verdana, sans-serif;
}

#container {
margin: 0 auto;
width: 620px;
}

h1 {
font-size: 32px;
color: 000;
letter-spacing: -1px;
margin: 0 0 10px 0;
position:absolute;
left:-9999px;
}

.copyright {
color: #7f7f7f;
font-size: 12px;
margin: 5px 0 0 0;
}

#splash-image {
width: 603px;
height: 191px;
margin: 10px 0 20px 0;
background-image: url(/images/splash_collage.jpg);
background-repeat: no-repeat;
background-position: top;
}

#logo-area {
width: 400px;
height: 224px;
margin: 0 auto;
padding: 0 0 10px 0;
background-image: url(/images/PCSTA_Logo.gif);
background-repeat: no-repeat;
background-position: top;
}

p {
font-size: 14px;
margin: 0 0 12px 0;
line-height: 18px;
}

.seperator {
width: 100%;
height: 1px;
background-color: #ccc;
margin: 20px 0 20px 0;
}


