body {
	background-color:#000000;
	width:100%;
	height:100%;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
}
.container {
	width:100%;
	height:100%;
	background-color:#FF0000;
}
.image {
	position:absolute;
	background:#000000 fixed;
	text-align:center;
	left:-100px;
	top:-100px;
	width:60px;
	height:60px;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}