body, td, table { margin:0px; font-family: Lucida Grande, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.title { color: #ffffff; font-size: 26px; line-height:43px; }
.body { color: #bfbfbf; font-size: 12px; line-height:20px; }
.copy { color: #bfbfbf; font-size: 9px; line-height:20px;	text-align:center; }
.white { color:#ffffff; }
.subtitle { color: #ffffff; font-size: 18px; line-height:43px; }

img { border:none; outline:none; }

#download {
	max-width:800px;
	min-width:650px;;
	width:80%;
	background-image:url('../img/bg_body.png');
	text-align:left;
}
	
hr { color: #000000; border:none;border-top:dotted 1px white }

img.bg {
	min-height: 100%;
	min-width: 1024px;

	width: 100%;
	height: auto;

	position: fixed;
	top: 0px;
	left: 0px;
	z-index:-1;
}

img.promo {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

div.picture {
	text-align:center;
}

a:link { color: #fef8bc; text-decoration: none; }
a:hover { color: #fffde7; text-decoration: underline; }
a:visited { color: #fef8bc; text-decoration: none; }
a { outline: none; }

@media screen and (max-width: 1024px) {
img.bg {
	left: 50%;
	margin-left: -512px;
}
}