body
{
background-color:black;
padding:0px;
margin-left:0px;
margin-right:0px;
margin-top:30px;
font-family:arial;
}

#white
{
width:100%;
height:576px;
background-color:white;
}

#container
{
width:880px;
height:576px;
background-image: url('images/main.jpg');
background-repeat: no-repeat;
background-position: center right;
margin-left:auto;
margin-right:0px;
position:center;
background-color:white;
}

#contact
{
position:relative;
font-size:10px;
top:320px;
left:0px;
}

#footer
{
position:relative;
font-size:10px;
top:425px;
left:0px;
}

.gColour
{
color:#9B8C51;
}

.greyColour
{
color:#A6A7A9;
}

.gColour a:link
{
color:#9B8C51;
text-decoration: none;
}

.gColour a:visited
{
color:#9B8C51;
text-decoration: none;
}

.gColour a:active
{
color:#9B8C51;
text-decoration: none;
}

.gColour a:hover
{
color:#A6A7A9;
text-decoration: none;
}