/* CSS Document */

body{
margin:0px;
background-image:url(img/main_bg.jpg);

}

.top{
width:100%;
height:194px;
background-image:url(img/top_bg.gif);
background-repeat:repeat-x;


}

#logo{
	width:191px;
	height:130px;
	background-image:url(img/logo_fortino.gif);
	background-repeat:no-repeat;
	left:5px;
	
	float:left;
	
}

.nav{
height:51px;
/*background-color:#CCCCCC;*/
vertical-align:bottom;
text-align:center;
}
.mainfoto{
/*height:143px;*/
width:652px;
height:140px;
background-image:url(img/fortino.jpg);
background-position:top center;
background-repeat:no-repeat;

}


.sx{
	vertical-align:top;
	width:50%;
	padding-left:5px;
	
		/*border:1px solid #999999;*/
}

/*
.dx{
	vertical-align:top;
	width:100%;
	/*border:1px solid #999999;*/
	
	background-image:url(img/napoleone_new.jpg);
	background-position: bottom right;

	background-repeat:no-repeat;
	
} */

#main{
vertical-align:top;
padding-top:10px;

background-image:url(img/body_bg.png);
background-repeat:repeat-y;

}
.content{
width:99%;
height:550px;
background-image:url(img/div.png);
background-position:center;
background-repeat:repeat-y;


	

}
.bottom{
text-align:left;
background-color:#EDEDDE;
padding:10px;
/*background-image:url(img/bottom_bg.png);*/
background-repeat:repeat-y;

}

#under{
height:5px;
background-image:url(img/under.png);
background-repeat:repeat-x;
}

.lan{
	position:absolute;
	text-align:right;
	width:200px;
	height:50px;

	right:10px;
	top:55px;


}

.developed{
       font-family:Verdana;
       font-size:xx-small;



}
