.wholePage
{
   margin:auto auto; /*centres the content in FireFox*/
   width:800px;
   position:relative;
   text-align:left;
}

.header
{
   width:800px;
   height:150px;
   background-image:url('images/banner.jpg');
   background-repeat:no-repeat;
}

.links
{
    text-align:center;
}

body
{
   text-align:center; /*hack to centre the content in IE*/
   color:#383838;
   font-family:"nimbus sans l";
}

h1
{
   text-align:center;
   font-family:"nimbus sans l";
}

table
{
    margin-left:auto;
    margin-right:auto;    
    text-align:center;
}

img
{
    border:none;
}
