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

@import url(reset.css);

body {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_page_home.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #333;
	/* This next one is for IE6 */
	background-attachment: fixed;
	height:100%;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:inherit;
}

img#expando {
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
	z-index: 1;
	-ms-interpolation-mode: bicubic;
}

.wide img#expando,.tall img#expando {
	display: block;
}

.wide img#expando {
	width: 100%;
	height: auto;
}

.tall img#expando {
	width: auto;
	height: 100%;
}

.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ?
	document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}


#div-1 {
 	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}
#div-1a {
 position:absolute;
 top:160px;
 left:400px;
 height:425px;
 width:560px;
 background:url(../img/blue.png);
 z-index:2;
 
}
#div-1b {
 position:fixed;
 top:0;
 left:0;
 width:400px;
 height:100%;
 background:url(../img/black.png);
 z-index:3;
}

.logo {
	height: 160px;
	background:url(../img/Optimity.png) 44px 73px no-repeat;
	
}

width:356px;
	float:left;
	padding-left:44px;
	color:#FFFFFF;
	font-size:24px;.content_400 {
	width:356px;
	float:left;
	padding-left:44px;
	color:#FFFFFF;
	font-size:24px;
}

.content_220 {
	width:210px;
	float:left;
	padding-left:10px;
	color:#FFFFFF;
	margin-top:200px;
}

.content_340 {
	width:340px;
	float:left;
	color:#00ADEE;
	font-size:24px;
	margin-top:144px;
}

img.right {
	border:0;
	float:right;
}

.ldn {
	width:212px;
	height:56px;
	background:url(../img/LDN.png);
	float:right;
	position:relative;
}

#top_bar {
	width:100%;
	height:87px;
	position:absolute;
	top:73px;
}

#top_bar p {
	margin-left:410px;
	padding-bottom:10px;
}

hr {
	background-color: #0099FF;
	height: 2px;
	margin-left:410px;
	margin-right:10px;
	margin-bottom:10px;
	color:#0099FF;
	border:none;
}

#bottom_bar {
	width:560px;
	float:left;
	position:relative;
}

#bottom_bar p {
	color:#C6C7C9;
	font-size:12px;
	padding-left:10px;
	padding-top:20px;
}