.menu1 ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
.menu li
{
float:left;
}
.menu a:link,a:visited
{
display:block;
width:100px;
font-weight:bold;
color:#FFF;
background-color:#000;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
.menu a:hover,a:active
{
background-color:#666;
}


body
{
font-family	: Georgia, Times, serifs;
background: transparent url(http://leadersouth.od.ua/images/glossymetal.jpg) repeat scroll left top;
}
#content {
    background-color : white;
	overflow	: auto;
	width		: 900px;
	padding		: 10px;
	margin		: auto;
	border: 2px solid black; 
	
}
#bottom {
	text-align	: center;
}
.imgop
{
	width:400px;
}
div.table{
   height:0;
   width:100%;
}

div.td{
   height:100%; 
   float: left;
   width:200px;
}

   

   
