@CHARSET "UTF-8";

body {
	background-image: url('/images/bg.jpg');
	color:white;
}
h1 {
	color:white;
	text-align:center;
}
.main-container {
	width:1000px;
	margin:0 auto;
}
.item {
	margin: 20px auto 20px;
}
.item .title {
	font-weight:bold;
}
.icp {
	margin-top:100px;
	text-align:center;
}