* {
	padding: 0;
	margin: 0;
}


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #464646 url('../img/bg.jpg') no-repeat top left;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

#keephigh {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.closer {
	clear: both;
}

a img {
	border: none;
}

a {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
}

#header {
	float: right;
	width: 312px;
	height: 92px;
	text-align: right;
	margin: 60px 0 120px 0;
	padding: 0 370px 0 0;
}

#paint {
	margin-top: -133px;
	text-align: right;
}

#page {
	float: right;
	margin-right: 30px;
	padding: 10px;
}

.titolo {
	width: 640px;
	border-bottom: 1px solid #fff; 
}

p {
	width: 540px;
	margin-left: 80px;
	padding: 10px;
}

#graphics {
	width: 550px;
	margin-left: 90px;
	margin-top: 10px;
}

#web ul {
	list-style: none
}

.foto {
	background-color: #fff;
	width: 75px;
	height: 75px;
	padding: 5px;
	padding-bottom: 10px;
	margin-right: 70px;
	margin-bottom: 20px;
	float: left;
}

.last {
	margin-right: 0;
}

#form {
	width: 300px;
	margin-left: 90px;
}

#form input, #form textarea {
	width: 300px;
	border: none;
	margin-bottom: 10px;
}

#facelink {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 168px;
	height: 285px;
	
}