/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Master Elements
//////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #1970A1;
	font-family: sans-serif;
}

.downloadCoral {
	width: 100%;
	height: 200px;
	position: absolute;
}

.downloadBank {
	width: 10px;
	height: 10px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.downloadNemoLogo {
	width: 221px;
	height: 171px;
	left: 0px;
	top: 0px;
	position: absolute;
}

.downloadInstructions {
	width: 600px;
	height: 80px;
	left: 260px;
	top: 40px;
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 12pt;
	line-height: 20pt;
	position: relative;
}

.downloadImage {
	width: 100px;
	height: 100px;
	margin-top: 100px;
	margin-left: 30px;
	position: relative;
}
