@charset "UTF-8";

/*---------------- PAGE ELEMENTS ----------------*/

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #999;
	color: #333;
	font-family: Georgia, serif;
	font-weight: lighter;
	line-height: 1 em;
	font-size: 1em;
	letter-spacing: 0.05em;
	background-image: url(../images/iphone/bg-rabbitwallpaper.png);
}


a {
	color: #F00;
	font-family: Georgia, serif;
	text-decoration: underline;
	opacity: 1;
}

a:visited {
	color: #000;
}

a:hover {
	color: #333;
	opacity: .5;
}



#footer {
	position: relative;
	font-size: 0.8em;
	display: block;
	padding: 0;
	color: #FFF;
	width: 100%;
	text-align: center;
	background-color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	
/*---------------- BITS and BOBS ----------------*/
