/* css made with pinitude! http://me.pinit.it */ 

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	cursor: default; 
	color: #fff; 
	background: #4a525a url(bg.gif) repeat-x top left;
	font-size: 62.5%;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	overflow: auto;
}

p {
	font-size: 1.5em;
	line-height: 1.6em;
	margin-bottom:1.6em;
	letter-spacing: -0.010em;
}

a {
	color: #DCA355;
	text-decoration:none;
	outline: none;
}

a:hover {
	color: #ff9300;
	background-color: #606870;
}

.external {
	padding-right:0.800em;
	background: url(external.gif) no-repeat top right;
}

.fromsearch {
	padding-right:1.6em;
	background: url(tip.gif) no-repeat bottom right;
	border-bottom:1px dashed #DCA355;
}
hr {
	margin: 15em 0 15em 0;
}
acronym {
	border-bottom:0.080em dashed #fff;
	cursor: help;
}
strong {
padding-top:1em;
	font-size:1.6em;
	font-weight: normal;
	border-bottom: 0.080em solid #fff;
}
h1, h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 3.2em;
	color: #fff;
	font-weight: normal;
	position:absolute;
	bottom:0.300em;
	right: 2.700em;
	letter-spacing: -0.030em;
}
h1 a, h1 a:hover {
	color:#fff;
}

#box {
	display: block;
	position: absolute;
	width: 85em;
	height: 400px; /*40em;*/
	top:50%;
	left:50%;
	margin: -20em 0 0 -42em;
}
	
.page {
	position: relative;
	height:400px; /*40em; i had to fix this due a microsoft internet explorer bug, bleah */
	background: url(pino_ceniccola.jpg) no-repeat bottom right;
}
.contacts {display:block;font-size:4em;line-height:0.8em;margin-bottom:0.2em;}
a.contacts:hover{background-color:transparent;}
.back {position:absolute;bottom:0;left:0;}