			#backgrounds {
				position: absolute;
				left: 1%;
				top: 0%;
				width: 98%;
				height: 100%;
				z-index: -10;
			}
			
			#background_left {
				width: 49%;
				height: 100%;
				position: absolute;
				left: 1%;
				top: 0px;
				z-index: -5;
				border: 0px;
			}

			#background_left_wash {
				width: 100%;
				height: 100%;
				z-index: 1100;					
			}

			#background_left_wash img {
				width: 100%;
				height: 100%;				
			}
			
			#background_right {
				width: 49%;
				right: 1%;
				height: 100%;
				position: absolute;
				top: 0px;
				z-index: -5;
				border: 0px;
			}

			#background_right_wash {
				width: 100%;
				height: 100%;
				z-index: 1100;					
			}

			#background_right_wash img {
				width: 100%;
				height: 100%;				
			}
			
			#background_center {
				width: 16px;
				height: 100%;
				position: absolute;
				left: 50%;
				margin-left: -8px;
				top: 0px;
				z-index: -1;
				border: 0px;
			}

			#background_eye {
				position: absolute;
				width: 201px;
				height: 113px;
				left: 50%;
				top: 50%;
				margin-left: -100px;
				margin-top: -56px;
				z-index: 0;
			}
			
			
			#background_eye img
			{
				width: 201px;
				height: 113px;
				border: 0px;
			}
			
			#background_center span {
								
				/* Safari */
				-webkit-transform: rotate(90deg);
				
				/* Firefox */
				-moz-transform: rotate(90deg);
				
				/* IE */
				-ms-transform: rotate(90deg);
				
				/* Opera */
				-o-transform: rotate(90deg);
				
				/* Internet Explorer */
				filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
				position: absolute;
				width: 325px;
				height: 12px;
				left: -153px;
				top: 20%;
				font-family: Arial, sans-serif;
				font-weight: 500;
				font-style: bold;
				text-align: right;
				font-size: 10px;

			}			
			
			.content_background {
				width:100%;
				height: 100%;
				position: absolute;
				left:0;
				top: 0;
				border: 0;
				z-index: -1000;
				filter:alpha(opacity=60); /* IE */
				-moz-opacity:0.6; /* Mozilla */
				opacity: 0.6;
				background-color: #000000;
			}
			
			.content_link a {
				text-decoration: none;
				font-family: Arial, sans-serif;
				font-weight: 500;
				font-style: bold;
				text-align: left;
				
				color: #ffffff;
			}

			.content_link a:link {
				color: #ffffff;
			}	

			.content_link a:visited {
				color: #ffffff;
			}	

			.content_link a:active {
				color: #ffffff;
			}	

			.content_link a:hover {
				color: #ffffff;
				text-decoration: underline;
			}	
			
			#left_title {
				font-family: Arial, sans-serif;
				font-weight: 200;
				font-style: normal;
				text-align: left;
				margin-left: 160px;
				margin-top: auto;
				margin-bottom: auto;
				font-size: 96px;
				
				position: absolute;
				right: 50%;
				top: 50%;
				margin-right:-30%;
				margin-top: -40%;
								/* Safari */
				-webkit-transform: rotate(30deg);
				
				/* Firefox */
				-moz-transform: rotate(30deg);
				
				/* IE */
				-ms-transform: rotate(30deg);
				
				/* Opera */
				-o-transform: rotate(30deg);
				
				/* Internet Explorer */
				filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=.333);

			}

			#right_title {
				font-family: Arial, sans-serif;
				font-weight: 200;
				font-style: normal;
				text-align: left;
				margin-left: 160px;
				margin-top: auto;
				margin-bottom: auto;
				font-size: 96px;
				
				position: absolute;
				left: 50%;
				top: 50%;
				margin-left: -35%;
				margin-top: 20%;
								/* Safari */
				-webkit-transform: rotate(30deg);
				
				/* Firefox */
				-moz-transform: rotate(30deg);
				
				/* IE */
				-ms-transform: rotate(30deg);
				
				/* Opera */
				-o-transform: rotate(30deg);
				
				/* Internet Explorer */
				filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=.333);

			}
			
			#left_content {
				width: 80%;
				height: auto;
				position: absolute;
				left: 10%;
				bottom: 2%;
				font-family: Arial, sans-serif;
				font-weight: 500;
				font-style: bold;
				text-align: right;
				margin-right: 24px;
				margin-top: 3px;
				padding: 5px;
				border-width: 2px;
				border-style: solid;
				border-radius: 5px;
				border-color: #788AAD;
				
				
			}
			
			
			.title {
				font-size: 28px;
			}

			.desc {
				font-size: 14px;
			}


			#right_content {
				width: 80%;
				height: auto;
				position: absolute;
				left: 10%;
				top: 5%;
				font-family: Arial, sans-serif;
				font-weight: 500;
				font-style: bold;
				text-align: left;
				
				color: #ffffff;
				margin-right: 24px;
				margin-top: 3px;
				padding: 5px;
				border-width: 2px;
				border-style: solid;
				border-radius: 5px;
				border-color: #788AAD;
			}
			
