
html, body {
	background-color:#8dC4FD ;
		background-image: url(/bg.jpg)   ;
		background-attachment: fixed;
	background-position:center bottom;
		background-repeat:no-repeat ;
		color: #000  ;
}

a {
	color: #364C17 ! important;
	text-decoration:none;
}

a:hover {
	color: #364C17  ! important;
	text-decoration:underline;
}

.sidebar-wrapper{
    border-right:#EEF8A7 1px solid;
}

#sidebar-overlay{

	background-color:#B5BF65 ;
       opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#nav-overlay{

       opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#footer-overlay{

       opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#main-overlay{

       opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
