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

#header {
	background-image: url(images/mag_glass.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 264px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	position: absolute;
}

#main_container {
	height: 768px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;

}

#banner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
	height: 14px;
	width: 896px;
	padding-left: 128px;
	position: absolute;
	margin-top: 264px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	text-decoration: none;
}

#content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	height: 14px;
	width: 75%;
	padding-left: 128px;
	position: absolute;
	margin-top: 285px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}
