body {
	background:url('../images/landing-bg.png') no-repeat center top;
}

#landing-center {
	float:right;
	width: 724px;
	height: 458px;
	background:url('../images/fp-center.png') no-repeat left top;
	margin:0;
	margin-bottom: 20px;
}

	#landing-center img {
		padding-left: 8px;
		padding-top: 10px;
		float:left;
	}

	#landing-center p {
		font-family: arial;
		float:left;
		color:#00ACEA;
		font-size: 1.6em;
		width: 500px;
		padding-left: 17px;
		background: FFFFFF;
		padding-bottom: 5px;
		height: auto;
	}

	#landing-center #bluebox {
		width: 157px;
		height:66px;
		float:left;
		background:url('../images/bluebox.png') no-repeat;
		margin-top: 15px;
		margin-left: 15px;
	}

		#landing-center #bluebox p{
			margin: 0;
			padding: 0;
			float:left;
			width:100%;
			
			color:white;
			padding:10px 0 0 10px;
		}
	
		#landing-center #bluebox p a{
			color: white;
			font-weight: bold;
			font-family: verdana;
			font-size: 0.8em;
			/*float:right;*/
			text-decoration: none;
			padding-top: 10px;
			padding-left: 15px;
		}
		
		



