
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #22344b;
	font-family: sans-serif;
}

.downloadLogo {
	width: 221px;
	height: 171px;
	left: 30px;
	top: 30px;
	position: absolute;
}

.downloadInstructions {
	width: 600px;
	height: 80px;
	left: 300px;
	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;
}
