body {
   	background-image: url(/static/images/bg_blue.gif); 
	background-repeat: repeat-y; 
	background-position: center;
	}

.left {
	background: #c9e1fa;
	}
	
#container {	
	background: #769dc4;
	color: #c9e1fa;
	}

#container a, #container a.visited {
	text-decoration : none;
	color: #c9e1fa;
	}	
	
h2 {
	color: #769dc4;
	}

a:link, a:visited {
	color: #769dc4;
	}

a:hover {
	color: #769dc4;
	}

a:active {
	color: #769dc4;
	}
