
* { padding: 0; margin: 0; }

body {
color: #475f50;
background: #eae3db url(gfx/bg.jpg) top left no-repeat;
font: 11px Arial; 
line-height: 18px; 
}

img { border: 0; }

a:link { color: #c30; text-decoration: none; }
a:visited { color: #c30; text-decoration: none; }
a:hover{ color: #c30; text-decoration: underline; }
a:active { color: #c30; text-decoration: none; }

h1 { font: italic 12px Georgia; margin-bottom: 15px; }

#credits {
position: absolute;
top: 162px;
width: 100%;
border-top: 3px solid #c30;
}

#credits p { 
padding: 0 128px 0 128px;
}

#gareth p, #naz p, #josh p { margin-bottom: 15px; }

#html-version {
position: absolute;
top: 162px;
left: 128px;
font: 14px Arial; 
line-height:22px; 
}

#html-version p { margin-bottom: 15px; }


.dotted-top {
border-top: 1px dotted #a2ad9d;
}

.solid-bottom {
border-bottom: 1px solid #a2ad9d;
margin-bottom: 20px;
}