@charset "utf-8";
/* CSS Document */

div {display:block;}
#continut {
	background-color:#F2F2F2;
	filter: alpha(opacity=80);
	opacity: 0.80;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	padding-left:30px;
	padding-top:10px;
	padding-right:30px;
	padding-bottom:30px;
	border-bottom: 1px solid #00d500;
	border-top: 1px solid #00d500;
	border-left: 1px solid #00d500;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	box-shadow: 5px 5px 2px #888888;
	}
#continut h2 { 
	border-bottom:1px solid #00d500;
		}
#continut table {
	padding-left:10px;
	}
#container {
	background: url('Grafica/contact.png');
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:top, center;
	margin-left:auto;
	margin-right:auto;
	}