#content{
	height: 565px;
	width:  630px;
	background-color: #96c0e6;
	border: 1px solid white;
	position: relative;
}


/* Flash Area*/
#flash_area{
	width: 615px;
	height: 249px;
	
	display: block;
	
	margin-top: 10px;
	margin-left: 8px;
}

/* Middle Content - contains Left + Right content */
#middle_content{
	position: relative;
	height: 250px;
}

/* Left Content - User Login and Guarantee */
#left_content{
	float: left;
	width: 150px;
	
	padding-left: 15px;
}

#login_area{
	height: 92px;
	width: 144px;
	margin-top: 25px;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	color: #034575;
}

#online-guarantee{
	height: 74px;
	width: 80px;
	background-image: url(../im/global/online-guarantee.jpg);
	margin-top: 64px;
	margin-left: 25px;
}
/* end Left Content */

/* Right Content */
#right_content{
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 465px;
	height: 250px;
	
}
/* Right Content also holds .blue_buttons */
#main-banner{
	display: block;
	position: absolute;
	top: 165px;
	left: 5px;	
	z-index: 1;
}
/* end Right Content */

#login_area span{
	color: #034575;
}

#forgot-user-id{
	position: absolute;	
}
