body {
	margin: 0;
	background-color: #ffffff;
}

a {
	border: none;
}

img {
	border: none;
}

/* ***** FRONTPAGE STYLES ****************************************** */
#imageContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1400px;
	height: 933px;
	overflow: hidden;
	visibility: hidden;
}

#image {
	width: 1400px;
	height: 933px;
}

