.gradient {
color: #ccc;
background-color: #405789;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f8fbb+0,405789+100 */
background: #5f8fbb; /* Old browsers */
background: -moz-linear-gradient(top, #5f8fbb 0%, #405789 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #5f8fbb 0%,#405789 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #5f8fbb 0%,#405789 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f8fbb', endColorstr='#405789',GradientType=0 ); /* IE6-9 */
background-repeat: no-repeat;
}

#colortest {
	color: #000;
}

.gradient-bg {
background-color: #405789;
}

#footer {
	background-color: #2b3a5b;
}