
html, body {
	background-color:#fff ;
		background-image: url(http://www.changesinlatitude.org/images/wallpaper_darker.jpg)   ;
		background-attachment: fixed;
	background-position:left top;
		background-repeat:repeat ;
		color: #000  ;
}

a {
	color: #CC0033 ! important;
	text-decoration:none;
}

a:hover {
	color: #CC0033  ! important;
	text-decoration:underline;
}

.sidebar-wrapper{
	background-color:#ffcc66 ;
    border-left:#CC0033 1px solid;
}
