/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*-------------------------------------------------------
	END RESET
-------------------------------------------------------*/	








body{
	margin:0;
	padding:0;
	background: #3b0001;
	font-family: helvetica, sans-serif;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.green{
	color:#556637;
}

.red{
	color: #3b0001;
}



h3.free{
	position: absolute;
	top:780px;
	left:370px;
	color:#556637;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
}


.wrap{
	margin: 0 auto;
	background:url(img/main-bg.jpg) top no-repeat;
	width: 960px;
	height:1055px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: relative;
}

.main-text{
	display: block;
	position:absolute;
	top: 570px;
	left:490px;
	width:400px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #3b0001;
}

img.book{
	position: absolute;
	left:50px;
	top:330px;
	border:none;

}

ul.download-group{
	clear:both;
	float:left;
	background:#556637;
	padding:15px 10px 5px 10px;
	position: absolute;
	top:825px;
	left:10px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
}

ul.download-group li{
	float:left;
	list-style: none;
	margin:0;
	padding:0;
}



ul.download-group a{
	color:#740209;
	display:block;
	float:left;
	text-decoration:none;
	padding:15px 0 0 25px;
	font-size: .8em;
	height:42px;
	width:205px;
	background: url(img/button-bg.png) no-repeat top;

}