@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/graph.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	
}

.main {
	width: 1024px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.header_2 {
	position: relative;
	z-index: 3;
}

.home_btn {
	margin-left: 50px;
	margin-top: -58px;
	position: relative;
	z-index: 3;
}

.body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	margin-top: -39px;
	position: relative;
	z-index: 2;
	height: 400px;
}

.content {
	width: 700px;
	padding-top: 25px;
	padding-left: 50px;
}

.links ul {
	text-decoration: none;
	list-style-type: none;
	margin-left: -40px;
}

.links ul li {
	display: inline;
}

.contact_form {
	float: right;
	margin-right: 55px;
	margin-top: -340px;
	height: 300px;
	display: inline-block;
}

.bottom_shadow {
	margin-top: -12px;
}

.applications {
	background-image: url(images/applications.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 358px;
	height: 140px;
	padding-top: 55px;
	padding-left: 40px;
}

.app_text {
	width: 300px;
}

.app_btn {
	margin-left: 200px;
	margin-top: -10px;
}

.information {
	background-image: url(images/information.png);
	background-repeat: no-repeat;
	display: block;
	width: 666px;
	height: 120px;
	margin-top: -193px;
	margin-left: 360px;
}

.info_text {
	padding-top: 60px;
	padding-left: 20px;
	width: 450px;
}

.info_btn {
	margin-top: -60px;
	margin-left: 475px;
}

.copy {
	margin-left: 670px;
}
	