html {
background-color:#666666; 
background-image: url('bg.png');
}

body {
width: 1000px;
margin: auto;
}

#container {			
display:table;
margin-left:auto;
margin-right:auto;
}

#topnav {
display: table;
width: 100%;
margin-top: 10px;
margin-bottom: -5px;
}

#topnav ul {
list-style-type: none;
text-align: center;
margin: 8px;
padding: 0;
}

#topnav li {
display: inline;
font-size: 12px;
padding: 10px;
color: white;
text-decoration: none;
}

#centre {
display: table;
vertical-align: middle; 
}
	
img {
border: none;}