@charset "UTF-8";

/*---------------- PAGE ELEMENTS ----------------*/

body {
	margin-top: 0px;
	margin-left: 0px;
	-webkit-text-size-adjust: none;
	background-image: url(../images/iphone/bg-rabbitwallpaper.png);
	background-repeat: repeat;
	background-color: #333;
	color: #333;
	font-family: Georgia, serif;
	font-weight: lighter;
	line-height: 1 em;
	font-size: .75em;
	letter-spacing: 0.05em;
}

.headers {
	color: #000;
	font-family: Georgia, serif;
	font-weight: lighter;
	line-height: 1em;
	font-size: 2em;
	letter-spacing: normal;
	padding: 0 .1em;
}


.subheaders {
	color: #000;
	font-family: Georgia, serif;
	font-weight: lighter;
	line-height: 1em;
	font-size: 1em;
	letter-spacing: normal;
	padding: 0 .1em;
}

a {
	color: #F00;
	font-family: Georgia, serif;
	text-decoration: underline;
	opacity: 1;
}

a:visited {
	color: #000;
}

a:hover {
	color: #333;
	opacity: .5;
}

p {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul, li {
	color: #000;
	font-family: Georgia, serif;
	list-style-position: outside;
	list-style-type: decimal;
}

#wrap {
	overflow: auto;
	width: 320px;

}

#logoHeader {
	display: block;
	background-color: #000000;
	text-align: center;
}

#pix {
	display: block;
}

#pixFrame {
	display: block;
	z-index: 2;
}

#content {
	display: block;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	white-space: normal;
	background-image: url(../images/iphone/bg-paper.png);
}


#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 ----------------*/
