body,html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*height: 100%;	*/
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #c8c8c8;
	text-align: center;
	color: #000000;
	font-size: 11px;
}

a{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}

a:hover{
	color: #b3b3b3;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}

#container{
	width: 100%;
	/*height: 800px;*/
	padding: 0px;
	margin: 0px auto;
	background-image: url(images/background.jpg);
   background-repeat: repeat-x;
}

#head{
	width: 1000px;
	height: 248px;
	padding: 0px;
	margin: 0px auto;
	
}
#menu{
	width: 870px;
	height: 20px;
	padding: 0px;
	margin: 0px auto;
	background-image: url(images/menu.jpg);
}
#cont{
	width: 815px;
	height: 352px;
	padding:0px;
	margin: 0px auto;
	background: url(images/cont.jpg) no-repeat ;
/*	display:table;*/

} 
#cont2{

	width: 815px;
	height: auto;
	padding:0px;
	margin: 0px auto;
	background-repeat: repeat-y;
	background-image: url(images/cont2.jpg);
	/*display:table;*/
} 

.image {
	float: left; padding-left: 0px; padding-top: 0px; 
}
