html, body, ul, ol, li, p, h1, h2, h3, h4, form, fieldset {
border: 0;
margin: 0;
padding: 0;
}


body {
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: center; /*** To centre in IE5/Win ***/
background-color: #000;
background-image: url(../images/bg01.jpg);
background-repeat: repeat-x;
}


#wrapper {
width: 600px;
border: 1px solid #666;
margin: 0 auto; /*** To centre in all browsers except IE5/Win ***/
margin-top: 100px;
overflow: hidden; /*** to prevent firefox clearing problem ***/
background-color: #333;
}


#content {
float: left;
padding: 60px 0 70px 0;
border: 0;
margin: 20px 0 20px 20px;
width: 560px;
font-size: 12px;
line-height: 1.8em;
color: #ccc; /*** text colour ***/
background-color: #0d0d0d;
}


a:link {color: #ccc; text-decoration: underline}
a:visited {color: #ccc; text-decoration: underline}
a:hover {color: red; text-decoration: underline}
