#menu,#corpo,#logo,#intestazione,#novita{
	padding:3px;
	margin: 5px;
}
img{
	border-width:0;
}
body{
	background-color: #003399;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#container{
	width:750px;
	height: 510px;
	/*padding: 3px;*/
	background-color: #0099FF;
	margin:0 auto;
	border:3px ridge #003399;
}
#menu{

	background: #003399;
/*	margin-top:50px;*/
	
	width:149px;
	float:left;

	text-align:center;
	border:3px solid #003399;
	font-weight:bold;
}
a.pulsante:hover{
	background:#003399;
	color:#FFF;
	border:3px solid #003399;
}
.pulsante{
	border:3px solid #98d0f8;
	background:#98d0f8;
	color:#003399;
	display:block;
	text-decoration:none;
	text-transform:capitalize;
	margin:0 auto;
	text-align:center;
	width:120px;
}
#pulsanteattivo{
	background:#003399;
	color:#FFF;
	border:3px solid #003399;
	display:block;
	text-decoration:none;
	text-transform:capitalize;
	margin:0 auto;
	text-align:center;
	width:120px;
}

#corpo{
	float:right;
	width:550px;
	overflow:auto;
/*	margin-top:151px;*/
/*	margin-left:165;*/
	
/*	max-height:76%;
	height:auto !important;
	height:83%;*/
	
	
	background: #FFF;
	color:#003399;
	border:3px ridge #003399;
	overflow:auto;

}

#logo{
	float:left;

	background: #003399;
	background-image:url(logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	

	height:125px;
	
	
	/*min-width:149px;
	width:auto !important;
	width:149px;*/
	
	width:149px;
	
	text-align:center;
	color:#98d0f8;
	border:3px solid #003399;
}
#intestazione{
	float:right;
	

	width:550px;
	height:125px;
/*	width:auto !important;*/
/*	width:500px;*/
	background: #003399;
	
	background-image:url(intestazione.jpg);
	background-repeat: no-repeat;
	background-position: center;


	border:3px solid #003399;
	text-align:center;
	color:#98d0f8;
	/*padding:10px;*/
}
#novita{
	background: #003399;
	height:120px;
	width:149px;
	text-align:center;
	float:left;
	text-align:center;
	border:3px solid #003399;
	color:#FFF;
}
#form{
	display:block;
	width:400px;
	margin:0 auto;
}
div#bordatura{	
	/*float:left;*/
	background-image:url(index.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
img#bordatura{
/*	text-align:center;*/
	margin:0 auto;	
	
	/*float:left;*/
	
}
