@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	line-height: 25px;
	background-image: url(../img/iphone_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	color: #e50079;
	text-decoration: none;
}
#wrapper li {
	display: inline;
	padding-right: 10px;
}
#wrapper ul {
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acd734;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #acd734;
	height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#wrapper img {
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
#wrapper h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #419aa9;
}
#wrapper p {
}
