/* Base Style Sheet
 */

BODY {
    background-color:#040404;
/*	margin:1em;*/
background-image:url(http://onephotographic.co.uk/res/8bsu.jpg);
	color: #E8E6E2;
	}
img{
    border: rgb( 12, 12, 12) 1px solid;
}
.logo {
    padding:5px;
  text-align: center;
}
div.contz
 {
	 margin-left: auto;
	 margin-right: auto;
	 position: relative; 
	 width: 790px; 
	 display: block; 
 }

table {
width:760px;
 xborder: 1px solid #444;
	}
td
{
width:150px;
height:130px;
}




table#menu {
  display: block;
width:500px;
height:180px;
}
table#menu a {
  display: block;
width:100px;
  text-align: center;
  font: 16px Verdana, Arial, sans-serif;
  padding: 2px 0px; 
  margin: 0px 0px 0px;
  border-width: 0px; 
  text-decoration: none;
  color: #b8b8b8;
  background: #222;
  border-right: 1px solid #444;
 border-top: 1px solid #555; 
  border-bottom: 1px solid #444;
 border-left: 1px solid #555;
}

table#menu a:hover {
 color: #FFFFEE;
  color: #c8c8c8;
 background: #444455;
}
