html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
/* remember to define focus styles! */
:focus{outline:0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}


body {
	background: #000 url(/downloadbox/images/AO2_DemoBox_bg.jpg) no-repeat top left;
	font-family: verdana, arial, sans-serif;
	color: #000;
}

#demoBoxWrapper {
	position: relative;
	width: 770px;
	height: 525px;
}

.heading {
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px;
}

div.main {
	height: 140px;
	margin: 0;
	font-size: 12px;
	overflow: auto;
	width: 500px;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

#demoBoxContents {
	position: absolute;
	top: 130px;
	padding: 0 20px;
	width: 730px;
}

.promo {
	position: relative;
	width: 188px;
	height: 168px;
	overflow: hidden;
	top: -40px;
	padding: 10px;
	text-align: center;
	float: left;
}

.promo .link {
	text-align: center;
}

.promo .link a {
	background: transparent url(/downloadbox/images/download-button.png) no-repeat top center;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	height:25px;
	left:50px;
	line-height:23px;
	margin:0 auto;
	position:absolute;
	text-align:center;
	text-decoration:none;
	top:140px;
	width:104px;
}

#promo1 {
	left: 22px;
}

#promo2 {
	left: 54px;
}

#promo3 {
	left: 84px;
}

#esrb {
	left:640px;
	margin-right:20px;
	position:relative;
	top:30px;
}

#footer {
	bottom:0;
	clear:both;
	color:#FFFFFF;
	padding:5px 10px;
	position:absolute;
	width:750px;
}

#footer span p {
	display: inline;
}

#footer a {
	display: block;
	float: right;
	margin-left: 8px;
}

.nfslink {
	display: block;
	height: 19px;
	width: 124px;
	background: url(/downloadbox/images/site-button.png) no-repeat;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	line-height:17px;
}

#close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	cursor: hand;
}

#close a {
	text-decoration: none;
	color: #fff;
}

		

