@import url("reset.css");

body {

	background:#fff;
	font-family:helvetica, arial, sans-serif;

}

div#main-container {

	width:660px;
	height:880px;
	background:url("../images/main-bg.jpg") no-repeat top center;
	margin:0 auto;
	position:relative;

}

div#learn-more {

	position:absolute;
	top:441px;
	width:660px;
	height:40px;

}

div#text-content {

	position:absolute;
	top:518px;
	width:660px;
	height:100px;
	color:#fff;

}

	div.col { 
	
		float:left;
		width:280px;
		text-align:right;
	
	}
	
	div.col + div.col {
	
		margin:0 0 0 95px;
		text-align:left;
	
	}
	
	div.col p {
	
		font-size:12px;
		line-height:15px;
		color:#73b4c5;
		margin:0 0 12px 0;
	
	}
	
	div.col strong { font-size:16px; color:#cce4ea; }
	
	
	div.col + div.col p strong { color:#dee7d4; }
	div.col + div.col p { color:#afc599; }
