body {
	background: #e6e6e6 url( ../img/bg-img.jpg ) no-repeat;
	font: 12px Arial;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #ca3333;
}

a:hover {
	color: #7a1616;
}

#container {
	margin-left: auto;
	margin-right: auto;
width: 900px;
}

#level-one-tier {
	background: url( ../img/bck-cont.png ) no-repeat;
	width: 900px;
	height: 200px;
}

#level-two-tier {
	background: url( ../img/bck-cont-mid.png ) repeat-y;
	width: 870px;
	padding: 15px;
}

#level-three-tier {
	background: url( ../img/bck-cont-bot.png ) no-repeat;
	width: 880px;
	height: 40px;
	padding: 25px 10px;
	line-height: 20px;
	color: #fff;
}

#cont {
	top: -100px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.download-bar {
	background: url( ../img/resources.png ) no-repeat; 
	margin-top: -80px;
	padding: 60px 35px;
	font: 14px Arial;
}

.download-butt {
	margin-right: 20px;
}

.nav {
	position: relative;
	top: 40px;
	text-align: right;
	padding-right: 50px;
	font: bold 14px Arial;
	color: #fff;
}
