img{
	border: 0px;
}
#div1{
	width:900px;
	height:700px;
	background: transparent url(images/tlo.png)  repeat-x;
	text-align:center;
	position:relative;
	margin:0px auto;
	padding:0px;
	top:20px;
	box-shadow: 0px 0px 7px 1px; rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 7px 1px; rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 7px 1px; rgba(0,0,0,1);
	
}
body{
	background: transparent url(images/tlo.png)  repeat-x;
	height:970px;
	width:100%;
	text-align:center;
}
#head{
	font-size: 50px;
	color:#000099;
	font-weight:bold;
	font-style:italic;
}
#menu{
	float:left;
	width:15%;
	height:100%;
	position:relative;
	top:100px;
	left:10px;
}
#con{
	position:relative;
	top:0px;
	left:30px;
	float:left;
	width:80%;
	height:100%;
	/*background: transparent url(images/tlo.png)  repeat-x;*/

}
#foot{
	width:100%;
	height:100px;
	font-size:12px;
	color:#ffffff;
	position:absolute;
	bottom:-100px;
}
div{
	-webkit-border-radius:50px;
	-moz-border-radius: 50px;
	border-radius:50px;
	
}
table{
	-webkit-border-radius:50px;
	-moz-border-radius: 50px;
	border-radius:50px;
}
.mme{
	position:relative;
	top:-20px;
	left:0;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	}
		.mme:hover
		{
			opacity:1.0;
			filter:alpha(opacity=100); /* For IE8 and earlier */
		}