@charset "UTF-8";
img {
	width: 100%;
}
#wrapper {

	position: relative;
	background-color: #FEE5E5;
}
#back {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#header {
		border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #f45978;
	position: relative;
	z-index: 100;
}
#header .title {
	padding: 10px;
}
#header .logo {
	position: absolute;
	top: -5px;
	right: 20px;
	width: 80px;
	z-index: 999;
}

.touchbox {
	position: absolute;
	height: 240px;
	width: 320px;
}
#footer {
	background-color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 50%;
	color: #999999;
}
#content {
	position: relative;
}
