﻿body
{
  padding: 0;
  margin: 0;
  background-image: url(/images/bg.png);
  background-repeat: repeat-x;
  background-color: #E9E9E9; 
  
  font-family: Arial, Verdana, Tahoma;
  text-align:center;
}

#logo 
{
  margin-top: 50px; 
  margin-bottom: 50px;
}

.aligncentre 
{
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

#footer 
{
  font-size: 10px;
  color: #807f83;
}

table tr td 
{
  text-align: left; 
}

table tr th
{
  text-align: left; 
}