/* CSS Document */

html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	background-image:url(../images/structure_site_02.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#00405a;
	
    scrollbar-face-color: #787878;
    scrollbar-shadow-color:#787878;
    scrollbar-highlight-color: #787878;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #e6e6e6;
    scrollbar-track-color: #e6e6e6;
    scrollbar-arrow-color: #ffffff;
}

*{
	padding:0px;
	margin:0px;
	behavior: url(iepngfix.htc);
}