html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4bb4fd;
    background: #000000 url(img/background_big.jpg) bottom center no-repeat;
    background-attachment: fixed;
}

#container {
	min-height: 100%;
	position: relative;
	text-align: center;
}

#header {
    background-color: #01144f;
    text-align: right;
    padding-right: 10%;
    height: 30px;
    min-height: 30px;
}

#body {
	padding: 10px;
	padding-bottom: 30px;	/* Altezza footer */
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #ffffff;
    background-color: #01144f;
    text-align: center;
    height: 30px;
    min-height: 30px;
    padding: 4px;
}    	

a, li a {
     color: #ffffff;
     text-decoration: none;
     border-bottom: 1px dotted #ffffff;
}

a:hover, li a:hover { 
    color: #258bef;
    text-decoration: none;
    border-bottom: 0;
}

#leftmenu a {
    color: #ffffff;
    font-size: 20px; 
    font-family: Arial Black, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 0;
}
#leftmenu a:hover { 
    color: #258bef;
    text-decoration: none;
    border-bottom: 0;

}

#bravecounter a {
    border: none;
}

img {
    behavior: url(pngbehavior.htc);
}

h2 {
    color: #fff;
    text-align: center;
    font-family: Arial Black, Helvetica, sans-serif;
    font-size: 22px;
}