html, body{
	background: white;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 1em;
}

img#wireframe{
	width: 100%;
	height: auto;
	/*min-width: 960px;*/
	position: relative;
}