body {
	background-color: rgb(01,02,19);
	color: rgb(200,200,200);
	text-align: left;
	cursor: auto;
        font-family: arial,sans-serif;
        font-size: 1em;
}

img {
	border: 0;
}

.header {
        position: fixed;
	left: 1%;
	right: 1%;
	top: 0%;
	bottom: 91%;
	text-align: center;
	font-size: 1em;
}

.copyright {
	background-color: rgb(50,50,50);
	color: rgb(255,255,255);
	text-align: center;
	font-size: 1em;
}

.footer {
        position: fixed;
	left: 1%;
	right: 1%;
	bottom: 0%;
	background-color: rgb(50,50,50);
	color: rgb(255,255,255);
	text-align: center;
	font-size: 1em;
}

.leftpanel {
        position: fixed;
	top: 10%;
        left: 1%;
/*        right: 95%;*/
/*	width: 10%;*/
	background-color: rgb(80,80,80);
	color: rgb(255,201,200);
	text-align: left;
	font-size: 1em;
}
/*
.rightpanel {
        position: relative;
	top: 10%;
	left: 89%;
	right: 1%;
	background-color: rgb(80,80,80);
	color: rgb(80,0,200);
	text-align: left;
	font-size: 76%;
}
*/
.mainpanel {
        position: fixed;
        left: 1%;
/*        top: 10%;*/
/*        right: 15%;*/
	background-color: rgb(100,100,100);
	color: rgb(255,255,255);
	text-align: left;
	font-size: 76%;
}

.glossymenu{
    font-size: 1em;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    width: 15em;
    border: 1px solid #9A9A9A;
    border-bottom-width: 0;
}

.glossymenu li a{
background: white url(icone/glossyback.gif) repeat-x bottom left;
font-size: 1em;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 10%;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(icone/glossyback2.gif);
}

a:link {
	color: rgb(0,255,0);
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: rgb(0,128,0);
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: rgb(0,255,0);
	text-decoration: none;
	font-weight: bold;
}