body {
background: #ccc url('pat.gif');
text-align: center;
font-family: news gothic std, lucida grande, geneva, sans-serif;
}

#container {
margin: 0 auto;
width: 625px;
text-align: left;
}
#mainbox {
width: 600px;
padding: 12px;
background: #fff;
clear: both;
text-align: center;
}
#shadow {
color: #f90; 
text-shadow: #999 1px 1px 1px;
}

p {
text-align: left;
padding-bottom: 8px;
line-height: 1.3em;
}
p#download {
text-align: center;
}

h1 {
margin-top: 0;
margin-bottom: 0;
font-weight: bold;
color: #f90;
text-transform: uppercase;
}

a:link, a:visited, a:active {
text-decoration: underline;
color: #000;
}
a:hover {
color: #f90;
text-decoration: underline;
}

img {
border: 0;
}
img.left {
border: 0;
padding-right: 6px;
padding-bottom: 6px;
display: inline;
float: left;
}
img.right {
border: 0;
padding-left: 6px;
padding-bottom: 6px;
display: inline;
float: right;
}

#footer {
font-size: 70%;
color: #999;
margin: 0;
padding-top: 4px;
padding-right: 4px;
padding-left: 4px;
padding-bottom: 8px;
background-color: inherit;
border-top: 1px dotted #666;
clear: both;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #999;
text-decoration: underline;
}
#footer a:hover {
color: #000;
text-decoration: underline;
}