html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #fff url(img/bg-top.png) repeat-x;
	font: 12px Arial,sans-serif;
	color: #000;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #0170ca;
}

#page {
	/*background: url(./img/back2.png) 50% 0px no-repeat;*/
	margin: 0;
	width: 100%;
	min-height: 100%;
	padding-top: 20px;
}

#top {
	width: 859px;
	height: 159px;
	margin: auto;
	/*background: url(./img/top.png) 50% 0px no-repeat;*/
	position: relative;
	text-align: center;
}

	#top .logo {
		position: relative;
		top: 50px;
		left: 25px;
	}

#app {
	width: 1000px;
	margin: auto;
	/*background: url(./img/side-noside.png) 50% 0px repeat-y;*/
	position: relative;
	padding: 1ex;
	padding-left: 60px;
	color: #000;
}

#footer {
	width: 959px;
	height: 113px;
	margin: auto;
	/*background: url(./img/bottom.png) 50% 0px no-repeat;*/
	position: relative;
}

#select {
	width: 750px;
	margin: auto;
	position: absolute;
	left: 50%;
	margin-left: -360px;
}

	#select div {
		float: left;
		width: 150px;
		height: 180px;
		position: relative;
		left: 0px;
	}
	
		#select div a {
			display: block;
			width: 100%;
			height: 100%;
		}
	
		#select div img {
			width: 120px;
			height: 180px;
		}
	
.c-1 {
	-moz-transform: translate(10px) rotate(-15deg);
	-webkit-transform: translate(10px) rotate(-15deg);
	top: 30px;
}

.c-2 {
	-moz-transform: translate(10px) rotate(-5deg);
	-webkit-transform: translate(10px) rotate(-5deg);
	top: 5px;
}

.c-3 {
	-moz-transform: translate(10px) rotate(0deg);
	-webkit-transform: translate(10px) rotate(0deg);
	top: 0px;
}

.c-4 {
	-moz-transform: translate(10px) rotate(5deg);
	-webkit-transform: translate(10px) rotate(5deg);
	top: 5px;
}

.c-5 {
	-moz-transform: translate(10px) rotate(15deg);
	-webkit-transform: translate(10px) rotate(15deg);
	top: 35px;
}

#select div:hover {
	-moz-transform: translate(10px) rotate(0deg);
	-webkit-transform: translate(10px) rotate(0deg);
}

.icon {
	max-width: 14px;
	max-height: 14px;
}