* {
	padding: 0;
	margin: 0;
}

body {
	height: 100%;
	width: 100%;
	overflow: hidden;	
}

.preload {
	display: none;
}

.shuffle a {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 200px;
	background: url(../images/shuffle_out.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/shuffle_out.png", sizingMethod="crop");
	z-index: 1;	
}

.shuffle a:hover {
	background: url(../images/shuffle_over.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/shuffle_over.png", sizingMethod="crop");
	z-index: 1;
}

iframe {
	height: 100%;
	width: 100%;
	border: 0;
	position: absolute;
	z-index: 0;
}