body {
	margin: 				0 auto;	
	text-align:			center;
	height:				100%
	width:				100%;
	font-family: 		Verdana, sans-serif;
	font-size: 			0.8em;
	background-image: url(img/background.jpg);
}

div#content {
	width:				1000px;
	height:				 350px;
	background-image:	url(img/Elvira_Scarpa.jpg);
	margin:				0 auto;
	margin-top:			150px;
	border:				1px solid grey;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
}

div#contact {
	position:		relative;
	margin-top: 	325px;
	padding-right: 20px;
	float:			right;
}

a {
	color:				white;
	text-decoration: 	none;
}

a:visited {
	color:				white;
	text-decoration: none;
}

a:active {
	color:				white;
	text-decoration: none;
}

