@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
}
body {
	background: #000;
	-
	-webkit-text-size-adjust: none;
	-
}
#main-container {
	margin: 0 auto;
	height: 480px;
	width: 320px;
}
header {
	width: 100%;
	height: 80px;
}
#logo {
	width: 100%;
	height: 40px;
	background: url(../image/menu_bar.png) no-repeat;
	z-index: 100;
}
#logo a {
	position: relative;;
	top: 10px;
	left: 70px;
	width: 20px;
	height: 20px;
	margin-right: 25px
}
/***********************container********************************/
#container {
	width: 260px;
	height: 340px;
	overflow: hidden;
	margin: 0 auto;
}
#container li{
	float: left;
	margin:0;
	padding:0;
	cursor: pointer;
	z-index: 90;
}
/***********************footer********************************/
footer {
	position: relative;
	width: 100%;
}
#app{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	width: 100%;
	height: 150px;
	position: absolute;
}
#app img {
	float: left;
	margin:0 0 0 15px;
}
article#detail {
	width: 100%;
	position: absolute;
}
/*************footer******************/
footer {
	position: relative;
	width: 100%;
}
#app{
	width: 320px;
	height:70px;
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	margin-top: 15px;

}
#app img {
	margin: 0 0 0 25px;
	box-shadow: 0 2px 3px #000;
}
#copy {
	position: absolute;
	top: 100px;
	width: 320px;
	height: 60px;
}	
#copy p {
	margin-left:50px;
	font-size: 12px;
}
#copy img {
	margin: 5px 0 0 80px;
}
