/* CSS Document */
body { 
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial;
	color:#444444;
	text-align:center;
	background-image:url(../images/tazzina.jpg);
	background-position:30px bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
	
h1{font-size: 182%}
h2{font-size: 159%}
h3{font-size: 136%}
h4{font-size: 114%; color:#5c80bc; font-weight:normal;}
h5{font-size: 100%}
h6{font-size: 86%}
p { font-size:86%;}

div#container { 
	text-align:left; 
	width:100%;
	
}

div#header {
	line-height:50px;
}


div#content {
	margin:0 auto;
	text-align:center;
	width:500px;
	
}
div#footer {
	font-size:11px;
	position:fixed;
	width:60%;
	left:20%;
	bottom:2px;
	text-align:center;
}

a:link {
	color: #5c80bc;
}
a:visited {
	color: #5c80bc;
}
a:hover {
	color: #5c80bc;
}
a:active {
	color: #5c80bc;
}

