/* CSS Document */

/* == © Jo, Elisa Bellina == */

body {
	background: #e8e2eb;
	margin: 0px auto;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #474747;
	}
	
#container {
	width: 501px;
	margin: 0 auto;
	}

#contents {
	width: 221px; /* 501 */
	height: 182px; /* 300 */
	background: url(img/background.jpg) left top no-repeat transparent;
	padding: 118px 140px 0 144px;
	margin: 90px 0 20px 0;
	float: left;
	}
	
#container p {
	text-align: center; 
	}

#contents p {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
#container p a {
	color: #981f59;
	text-decoration: none;
	}

#container p a:hover {
	color: #981f59;
	text-decoration: none;
	border-bottom: 1px solid #981f59;
	}
	