body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('images/back_main.jpg');
	background-repeat: repeat-x repeat-y;}
	
#stage1 {
	background-image: url('images/back_top.png');
	background-repeat: repeat-x;
	height: 551px}
	
#stage2 {
	background-image: url('images/back_diffused.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 530px;}

#stage3 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;}

#title {
	position: absolute;
	top: 54px;
	width: 750px;
	padding-bottom: 17px;
	border-bottom: 1px solid #7aa8c1;}

#menu {
	position: absolute;
	right: 0px;
	top: 39px;
	width: 289px;
	height: 88px;}
	
#menu #home {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 92px;
	height: 88px;
	background-image: url('images/menu_home_combined.png');}

#menu #home:hover {
	background-position: -92px 0; }

#menu #contact {
	display: block;
	position: absolute;
	left: 92px;
	top: 0px;
	width: 93px;
	height: 88px;
	background-image: url('images/menu_contact_combined.png');}

#menu #contact:hover {
	background-position: -93px 0; }

#menu #apply {
	display: block;
	position: absolute;
	left: 185px;
	top: 0px;
	width: 104px;
	height: 88px;
	background-image: url('images/menu_apply_combined.png');}

#menu #apply:hover {
	background-position: -104px 0; }

#hanging {
	position: absolute;
	width: 343px;
	height: 426px;
	top: 146px;
	right: -19px;}

#rays {
	position: absolute;
	width: 480px;
	height: 400px;
	top: 156px;
	left: -45px;}
	
#description {
	position: absolute;
	width: 600px;
	top: 145px;
	left: 0px;
	font-family: Arial;
	font-size: 12pt;
	color: white; }

#description h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: white;
	margin-bottom: 3px;
	}

#description ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1em;
	}

#description li {
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: .8em;
	margin: .3em;
}

#apply_now {
	position: absolute;
	top: 507px;
	left: 79px;
	width: 210px;
	height: 153px; }

#apply_now #apply_button {
	display: block;
	width: 210px;
	height: 153px;
	background-image: url('images/apply_combined.png');
	
	}

#apply_now #apply_button:hover {
	background-position: -210px 0px;}

#logo_info {
	position: absolute;
	top: 610px;
	right: 105px;
	font-size: 10pt;
	color: white;}

#logos {
	position: absolute;
	top: 518px;
	right: 18px;}
	
#logos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#logos ul li {
	display: inline;
	}

#logos ul li a {
	text-decoration: none;
	padding: 0 21px;
	}
	
#magnet {
	position: absolute;
	top: 645px;
	left: 139px;
	height: 139px;
	width: 529px;
	background-image: url('images/magnet.png');
	background-repeat: no-repeat;}

#footer {
	position: absolute;
	width: 740px;
	top: 801px;
	left: 0px;
	border-top: 1px solid #7aa8c1;
	padding-left: 10px;
	padding-top: 10px;
	color: white;}

#footer a {
	font-family: Arial;
	font-size: 10pt;
	color: white;
	font-weight: normal;}

#footer #copy {
	font-family: arial;
	font-size: 10pt;
	position: absolute;
	top: 10px;
	right: 0px;}

