* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #FFF;
}

#container {
	background: url(../images/background.jpg) left top no-repeat;
	width: 2000px;
	height: 2000px;
	position: absolute;
}

#buffer {
	top: 0px;
	width: 100%;
	height: 20%;
	margin-bottom: -158px;
	float: left;
}


.test {
	height: 317px;
	width: 317px;
	margin: -156px;
	position: fixed;
	clear: left;
	cursor: pointer;
	background-image: url(../images/badge.png);
	left: 50%;
	top: 50%;
	opacity: 0.50;
	
}

.test:hover {
	opacity: 1;
	
}

}