@charset "utf-8";

body {
	padding:0;
	margin:0;
	background-color: #cacaca;
}

.main {
	width: 100%;
	max-width: 960px;
	height: 540px;
	margin:70px auto 20px auto;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	box-shadow: 10px 10px 5px #888;
	border-radius: 5px;
}

.logo {
	margin-left: 10px;
	margin-top: 10px;
	width: 900px;
	height: 85px;
}

.button {
	margin: 15px 15px;
	width: 180px;
	height: 25px;
	float: left;
	background-color: #a8b192;
	box-shadow: 3px 3px 10px #000;
	border-radius: 2px;
}

.listview {
	float: left;
	margin-left: 50px;
	margin-top: 120px;
	width: 425px;
	height: 250px;
}

.title {
	float: right;
	margin-right: 100px;
	width: 100px;
	height: 450px;
	background-image: url(../images/title.png);
}
