html {
	font-family:Arial, Helvetica, sans-serif;
	background:#ededed;
	color:#666;
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:130px 0 0 0 ;
}
#wrapper {
	background:#f9fae9;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	height:480px;
	width:680px;
	border:10px solid #fff;
	padding:30px;
	text-align:right;
	position:relative;
}
#rabbit {
	position:absolute;
	left:-110px;
	top:-120px;
	background:url(../images/rabbit.gif) no-repeat left top;
	width:416px;
	height:700px;
}
h1 {
	margin:85px 0 0 0;
}
#contact {
	position:absolute;
	width:329px;
	text-align: left;
	left:385px;
	top:440px;
	line-height: 1.3;
}
#contact h2 {
	font-size:15px;
	color:#c9d127;
	background:#f9fae9;
	margin:0;
}
#contact p {
	float:left;
	width:164px;
	font-size:13px;
	margin:0;
}
#contact a {
	color:#3366cc;
	text-decoration:none;
	font-weight:bold;
	
}
#contact a:hover {
	text-decoration:underline;
}
