body	{background-color: #777777;
		background-image: url("home.jpg");
		background-position: 400px 0px;	
		background-repeat: no-repeat;
		background-attachment: fixed
		}


#menu_principale	{position: absolute;
						left: 400px;
						top: 130px;
						width: 1000px;
						font-size: 18px;
						}
						
#titolo	{position: absolute;
		left: 400px;
		top: 20px;
		width: 800px;
		font-style: italic;
		font-size: 58px
		}
			
#sottotitolo	{position: absolute;
				 left: 400px;
				 top: 85px;
				 width: 800px;
				 font-style: italic;
				 font-size: 18px
				 }
					
#titolo_menu_articoli	{position: absolute;
						font-family: Arial;
						left: 50px;
						top: 185px;
						font-size: 20px
						}
								
#menu_articoli	{position: absolute;
				 background-color: #333333;
				 left: 20px;
				 top: 215px;
				 width: 280px;
				 height: 130px;
				 border: solid 1px;
				 padding: 20px;
				 font-size: 12px;
				 line-height: 21px;
				 overflow-y: auto;
				 }

#titolo_menu_scrittori	{position: absolute;
						 left: 50px;
						 top: 600px;
						 font-family: Arial;
						 font-size: 20px
						 }
								
#menu_scrittori	{position: absolute;
						background-color: #333333;
						left: 20px;
						top: 630px;
						width: 280px;
						height: 20px;
						border: solid 1px;
						padding: 20px;
						font-size: 12px;
						overflow-y: auto;
						}


#titolo_menu_domande	{position: absolute;
						 left: 50px;
						 top: 400px;
						 font-family: Arial;
						 font-size: 20px
						 }
								
#menu_domande			{position: absolute;
						background-color: #333333;
						left: 20px;
						top: 430px;
						width: 280px;
						height: 20px;
						border: solid 1px;
						padding: 20px;
						font-size: 12px;
						overflow-y: auto;
						}
						

#titolo_menu_secondo_me	{position: absolute;
						 left: 50px;
						 top: 500px;
						 font-family: Arial;
						 font-size: 20px
						 }
								
#menu_secondo_me		{position: absolute;
						background-color: #333333;
						left: 20px;
						top: 530px;
						width: 280px;
						height: 20px;
						border: solid 1px;
						padding: 20px;
						font-size: 12px;
						overflow-y: auto;
						}


#titolo_menu_gite	{position: absolute;
					 left: 50px;
					 top: 700px;
					 font-family: Arial;
					 font-size: 20px
					 }
								
#menu_gite		{position: absolute;
				background-color: #333333;
				left: 20px;
				top: 730px;
				width: 280px;
				height: 20px;
				border: solid 1px;
				padding: 20px;
				font-size: 12px;
				overflow-y: auto;
				}
						
#casella {position: absolute;
		  left: 400px;
		  top: 215px;
		  right: 80px;
		  max-width: 1000px;
		  min-width: 600px;
		  border-color: #000000;
		  border: solid 1px;
		  padding: 20px;
		  }

	  
#titolo_pagina	{position: relative;
		  		left: 40px;
		  		min-width: 600px;
				font-family: Arial;
				font-size: 30px;
				text-indent: 25px;
				}


p	{font-family: Arial;
	font-weight: lite;
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
	color: #000000;
	}
	
#contatore	{position: absolute;
				left: 20px;
				top: 20px;			
				}
						
a:link    {text-decoration: none; color: #ffffff; background-color: #333333; font-family: Arial, Georgia, Times }
a:visited {text-decoration: none; color: #ffffff; background-color: #333333; font-family: Arial, Georgia, Times }
a:hover   {color: #ffff33; background-color: #330033; font-family: Arial, Georgia, Times }

