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

.left {
	background: #d9e9e9;
	}
	
#container {	
	background: #749a9a;
	color: #d9e9e9;
	}

#container a, #container a.visited {
	text-decoration : none;
	color: #d9e9e9;
	}	
	
h2{
	color: #749a9a;
	}

a:link, a:visited {
	color: #749a9a;
	}

a:hover {
	color: #d9e9e9;
	}

a:active {
	color: #d9e9e9;
	}	
