body {
	background-image: url(/img/index.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 50px 50px 50px 50px;
}
a {
	color:#aaaaaa;
	font-size:inherit;
}
a:hover {
	color:#ffffff;
	font-size:inherit;
}
#say {
	background-image:url(/img/heads/aero.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:272px;
	height:39px;
	position:absolute;
	top:60px;
	left:50px;
}
#click {
	background-image:url(/img/heads/index_c.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:272px;
	height:22px;
	border:0;
	position:absolute;
	top:120px;
	left:50px;
}
a img:hover {
	opacity:0.7;
}
