/* CSS DOCUMENT */
* {
margin: 0;
padding: 0;
}

body{
background: url(gpubackground.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
font-family: "Trebuchet MS", Arial, san-serif;
font-size: medium;
color: #000000;
background-color: #cccccc;

}
* img {
border: none;
}

a {
text-decoration: none;
}
a:link, a:visited {
color: #000000;
}
a:hover{ 
color: #E35EFF;
}

#homebody {
background: url(gpulogo.gif);
background-repeat: no-repeat;
background-position: 50% 0%;
height: 510px;
margin: 20px 240px 0px 240px;

}

#secondbody {
padding: 110px 0px 20px 0px;
margin: 0px 310px;
font-size: 80%;
text-align: left;
height: 400px;
}


#homebody p {
font-size: 100%;
text-align: center;
word-spacing: 5pt;
letter-spacing: 2pt;
height: 100px;
margin: 220px 0px 0px 0px;
padding-top: 10px;

}

#gallery {
height: 360px;
padding-right: 25px;
overflow: auto;
}

#gallery a {
font-size: 110%;
font-weight: bold;
letter-spacing: 1pt;
}

#secondbody .desc {
padding-bottom: 20px;
background: transparent;
}
	
#bottomnav{
text-align: center;
}

#bottomnav li {
list-style: none;
display: inline;
padding: 0px 25px 0px;
}

#header {
        position: absolute;
        top: 10px;
        left: 223px;
        right: 10px;
        text-align: left;
        background: url(gpulogo2.gif);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 0%;
        height: 150px;
        }

#footer{
text-align: center;
font-size: 60%;
letter-spacing: 2pt;
font-variant: small-caps;
padding-top: 5px;

}
