body
{
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#000;
	text-align:center;
	margin:0;
	padding:0; 	
	overflow:-moz-scrollbars-vertical;
	color:#ccc;
}

#home
{
	width:400px;
	height:410px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-260px 0 0 -200px;
	background: url('/img/danieleditiello-logo.jpg') no-repeat top center;
}

#under
{
	font-size:1.2em;
	padding-top:120px;
}

#under a
{
	font-size:0.8em;
	color:#ccc;
	text-decoration:none;
}

#under a:hover
{
	color:#eee;
}
