body{
	background: #7EDF8C; /* green */
	background: #DDE2E7; /* light blue */
	background: #b2cde2; /* dark blue */
}

div#top-logo{
	background: url(graph/bg-top.gif) repeat-x;
}

div#top-menu-box{
	background: url(graph/bg-menu.gif) repeat-x;
}
div#top-menu-buttons{
	background: #7EDF8C; /* green */
	background: #85ACCD; /* light blue */
}

div#left-menu-box {
	background: url(graph/bg-side.gif) repeat-x;
}

div#right-menu-box{
	background: url(graph/bg-side.gif) repeat-x;
}

div#content{
	/* background: #CAE6CC url(graph/bg-main.gif) repeat-x; /* green */
	/* background: url(graph/bg-side.gif) repeat-x; /* light blue */
	background: #D8EDF2 url(graph/bg-content.gif) no-repeat; /* light blue */
	background-position: center; 
}
div#footer{
/*	background: url(graph/bg-footer.gif) repeat-x;*/
}


