.breakout-bg{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #006600), color-stop(33.3%, #00B937) , color-stop(66.6%, #00B937) ,color-stop(66.6%, #006600));
	background:-webkit-linear-gradient(#006600 33.3%, #00B937 33.3% , #00B937 66.6% ,#006600 66.6%);
	background:-o-linear-gradient(#006600 33.3%, #00B937 33.3% , #00B937 66.6% ,#006600 66.6%);
	background:linear-gradient(#006600 33.3%, #00B937 33.3% , #00B937 66.6% ,#006600 66.6%)
}

#page{
	background:#FFF;	
}

#page h1{
	color:#00B937;
}

.lead{
color:#222;
}

.well{
	background: #00B937;	
	color:#222;
}

.well h2{
	margin:0;
}

.well span{
	color:#FFD600;
	margin-bottom:0.5em;
}

.well .large a{
	color: #222;	
	font-size:1.5em;
	border-bottom:none;
}

a[role=button].green{

background:#FFD600
}

a[role=button].green:hover{

background:#00B937;
color:#fff;
}

