body {
	background-color: #BFBFBF;
	margin: 0;
	padding: 0;
}

div#big_wrapper {
	background: url(/images/shadow.png) 0% 0% repeat-y;
	margin: 0 auto;
	width: 920px;
	height: 751px;
}

div#header {
	background: url(/images/header.png) 0% 0% no-repeat;
	width: 900px;
	height: 175px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

div#wrapper {
	background: url(/images/background_middle.png) 0% 0% repeat-y;
	width: 900px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	z-index: 2;
	top: -24px;
}

div#background_top {
	background: url(/images/background_top.png) 0% 0% repeat-y;
	width: 900px;
	height: 100px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	z-index: 3;
}

div#box {
	background: url(/images/box.png) 0% 0% repeat-x;
	width: 812px;
	height: 362px;
	position: relative;
	top: 95px;
	margin: 0 auto;
	z-index: 4;
}

div#box_title {
	background: url(/images/box_title.png) 0% 0% no-repeat;
	width: 879px;
	height: 78px;
	position: absolute;
	top: -65px;
	left: -35px;
	z-index: 5;
}

div#box_description {
	position: absolute;
	width: 270px;
	height: 280px;
	left: 220px;
	top: 12px;
}

div#box_description ul {
	padding-left: 16px;
	margin: 0;
}

div#box_description li {
	padding-top: 10px;
	padding-left: 0px;
	font-family: 'Times New Roman', serif;
	font-size: 18px;
	word-spacing: -1px;
	line-height: 18px;
}

span#box_bold {
	font-weight: bold;
}

div#box_download {
	position: absolute;
	width: 280px;
	height: 260px;
	left: 510px;
	top: 40px;
	font-family: 'trebuchet', 'helvetica neue', sans-serif;
	color: #3a3a3a;
}

div#box_download_title {
	font-family: 'trebuchet', 'helvetica neue', sans-serif;
	text-align: center;
	font-weight: 500;
}

div#box_download form {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
}

div.box_download_input {
	position: relative;
}

div.box_download_input label {
	display: block;
	font-size: 14px;
	font-weight: 200;
}

div.box_download_input input {
	width: 230px;
	font-size: 17px;
	margin-bottom: 6px;
	border: 1px solid #b6b6b6;
	padding: 4px;
	background: #FFF url(/images/input_background.png) repeat-x;
	z-index: 5;
}

input#box_download_submit {
	position: relative;
	left: -18px;
	top: 6px;
}

div#box_bottom_bubble {
	background: url(/images/box_bottom_bubble.png);
	width: 426px;
	height: 106px;
	position: absolute;
	bottom: -34px;
	left: 52px;
}

div#footer {
	position: relative;
	text-align: center;
	top: 195px;
	z-index: 6;
	font-family: 'trebuchet', 'helvetica neue', sans-serif;
	color: #444;
	font-size: 11px;
}

div#background_bottom {
	background: url(/images/background_bottom.png) 0% 0% repeat-y;
	width: 900px;
	height: 100px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	z-index: 3;
}

@-moz-document url-prefix() {
        div#big_wrapper {
                height: 775px;
        }

	div#background_bottom {
		bottom: -24px;
	}
}
