@charset "utf-8";
/* CSS Document */
body {
	background-color: #E9EBEB;
}

p {
	margin: 0px;
	padding: 0px;
}

p.botan {
	float: right;
	margin-top: 10px;
}

a:hover img 

{
   filter:alpha(opacity=70);  
   -moz-opacity:0.80; 
   opacity: 0.8;
}
