@charset "utf-8";
/* CSS Document */

body {
	background-color:#000066;
}

.singleCol #header {
	background-color:#333333;
	height:50px;
}

.singleCol #content {
	background-color:#666666;
	height:400px;
}

.singleCol #footer {
	background-color:#999999;
	height:50px;
}
