* {
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	overflow: hidden;
	cursor: default;
	text-align: center;
	background-color: #A8A8A8;
}
img {
	border: none;
}
/* specific */
#container {
	position: relative;
	width: 973px;
	text-align: left;
	margin: 0 auto 0 auto;
}
#logo {
	position: absolute;
	width: 463px;
	height: 110px;
	top: 20px;
	left: 50px;
}
#dropboxContainer {
	position: absolute;
	width: 463px;
	height: 110px;
	top: 20px;
	right: 0px;
}
#backgroundEpn {
	position: absolute;
	width: 973px;
	height: 554px;
	top: 70px;
	left: 0px;
}
#gradient {
	position: absolute;
}
iframe {
	position: absolute;
	z-index: 10;
	width: 925px;
	height: 514px;
	overflow: hidden;
	top: 98px;
	left: 24px;
	border: 0;
}
