html {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	background-color: #FFF;
	height: 100%;
	overflow: hidden;
}

img {
	border: 0;
}

#site {
	width: 100%;
	height: 100%;
}

#detect {
	/*
	width: 310px;
	height: 190px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -155px;
	margin-top : -95px;
	text-align: center;
	*/
}