body, html {
	
	background: black;
	margin: 0;
	width: 100%;
	height: 100%;
}

#background {
	
	width: 100%;
	height: 100%;

	background-image: url(images/img_08.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed; 
 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#box {

	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #000000;
	overflow: hidden;
	
	right: 30px;
	bottom: 30px;
}