
.frame{
	display: block;
	margin: 0px;
	padding: 0px;
	
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #007171;
	background-attachment: fixed;
	background-image: url(image/back.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: background 0.5s linear;
	background-position: left top;
	
}

.body {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background-image: url(image/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120px auto;
}
