* {
	border: none;

}
body {
	background: url(background.png) black;
	background-position: center;
	background-attachment:fixed;
}

#container {
	left: 50%;
	margin-left: -300px;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	opacity: 1;
}

div.fadehover {
	position: relative;
	}
 
img.a {
	top: 1px;
	position: absolute;
	z-index: 999;
        }
 
img.b {
	top: 1px;
	z-index: 0;
	position: absolute;
	}