body, html {
	height:100%;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-position: center top;
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

a img, img a { border:none; }

#wrapAll {
	width:100%;
	height:100%;
	position:relative;
}

#flashContainer {
	margin:0 auto;
	width:100%;
	min-height:772px;
	height:100%;
	min-width:920px;
	height:100%;
}

#noFlash {
	background:url(images/noflashBg.jpg) top left no-repeat;
	width:1025px;
	height:805px;
	margin:0 auto;
	position:relative;
}

a#HREFdownload {
	display:block;
	width:480px;
	height:270px;
	position:absolute;
	top:264px;
	left:274px;
}

#wrapFooter {
	position:absolute;
	bottom:0;
	left:50%;
	width:700px;
	margin-left:-350px;
	text-align:center
	
}

img#cokeLogo { padding-left:10px; }
#terms { font-size:11px; color:#ffffff; }
#terms a { color:#ffffff; text-decoration:none; padding:0 4px; }
#terms a:hover { text-decoration:underline; }

#copyright { clear:both; font-size:10px; color:#8e8e8e; padding-top:2px;  padding-bottom:5px;}
	


/* IE 6 only below this point */
* html #flashContainer {
	width:expression((document.documentElement.offsetWidth < 930)? "920px": "auto");
	height:expression((document.documentElement.offsetHeight < 782)? "772px": "auto");
}


