@CHARSET "UTF-8";

body , p , div ,td {
	font-family: sans-serif;
	font-size: 12px;
	color: #191919;
	background: #e9f4eb;
	background-image: url(img/back_sharp.jpg);
	background-repeat: no-repeat;
	background-position: -0px -100px;
}

h1 {
	
}

td {
	background: none;
	padding-left:8px;
	opacity: 0.6;
  	filter: alpha(opacity=60);
}

table {
 	border: 1px solid black;
 	width: 460px;
 	/* background-image: url(img/back_blured.jpg);
	background-repeat: no-repeat;
	background-position: -307px -200px; */
	background: white;
	opacity: 0.6;
  	filter: alpha(opacity=60);
}