/* andreas06 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

body{
	font: 90% Tahoma,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/sfondobody.gif);
}

table{
text-align: center;

}

* {
margin: 0px; 
padding: 0px; 
border: 0px; 
font-family: Arial, sans-serif; 
color:#222222;
}
p{
line-height:2em;
margin:0 0 15px;
}

a{
color:#Ed1c65;
font-weight:700;
text-decoration:none;
}

a:hover{
color:#86bbEd;
}



#container{


text-align:center;
position: absolute;bottom:0px;right:300px;left:300px;
width:770px;
}


#title{
height:88px;
background-image: url(images/title.png);
background-position: center;
background-repeat: no-repeat;
}
#link{
height:101px;
background-image: url(images/link.png);
background-position: center;
background-repeat: no-repeat;
display:block;
}




#mouthdown{
height:57px;
display:block;

}


img{

		vertical-align: bottom;
		margin:0px;
		padding:0px;


}

