#dummy-element { width:2px; } /* necessary to check if stylesheet has loaded */ 

html,body { 
	background:#0b1b2a;
}

div.header {
	background:#000;
}

div.blurbs1, div.blurbs2, div.blurbs3 {
	background:#4c6277;
}

div.blurb {
	background:#ececec;
}

div.right-col1, div.right-col2, div.right-col3 {
	background:#22527b;
}

div#footer p {
	color:#5b6c79;
}