@charset "utf-8";
.wrapper {
	height: auto;
	width: 1024px;
	background-image: url();
}
.wrapper .content {
	height: auto;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	margin-top: 0px;
	margin-left: 0px;
}
.hover_07:hover{
	opacity: 0.7;
	background-color: rgb(255,255,255);
}