/* home.css 14-09-2008 (23-08-2006) Copyright &copy; 2001-2009 rme informatica www.rme.it */
body {
    width:100%;
    font-family:Verdana,Arial,sans-serif;
    color:white;
    background-color:#000;
}
a:hover {
    color:Red;
    background-color:#000;
}
#tabella {
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-163px;
    margin-left:-379px;
    width:758px;
    background-color:#000;
}
.langlink:link, .langlink:visited{
	color:white;
    background-color:#000;
	text-decoration:none;
    font-size:x-small;
}
.langlink:hover{
	color:red;
    background-color:#000;
    text-decoration:underline;
    font-size:x-small;
}
#botmenu {
    position:absolute;
    bottom:5px;
    left:8px;
    color:#999;
    background-color:#000;
    font-family:Arial, sans-serif;
    font-size:xx-small;
}
#botline {
    position:absolute;
    bottom:5px;
    right:8px;
    color:#999;
    background-color:#000;
    font-family:Arial,sans-serif;
    font-size:xx-small;
}
.botlink:link, .botlink:visited{
	color:#999;
    background-color:#000;
	text-decoration:underline;
}
.botlink:hover {
	color:red;
    background-color:#000;
    text-decoration:underline;
}