/*
$Id: color.css 63 2007-03-26 22:11:03Z Massimo $
*/

body { 
	color: #4B4B4B;
	background: #AFAFAF;
}

#container {
	background-color: #E5E5E5;
	background-image: url(../img/css/body.gif);
	background-repeat: repeat-y;
	color: #4B4B4B;
}

#header {
	color: #fff;
	background-color: #800;
	background-image: url(../img/css/header.gif);
}

#login {
	color: #fff;
	background: #000;
	/* background: #000 url(../img/login.gif) no-repeat 0 50%; */
}

#nav {
	color: #fff;
}

#footer {
	color: #fff;
	background: #000 url(../img/css/footer.gif) no-repeat left bottom;
}

