html{
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height: 100%;
}
#desktop {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
#desktop a {
	height: 99%;
	width: 99%;
	background: none;
	display: block;
}
#desktop a:hover {
	height: 99%;
	width: 99%;
	margin: margin: 0 !important!;
	background: none;
}
