*{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
body{
	background: #000;
	background-image: url("material/bg.jpg");
	background-repeat: repeat-x;
	background-position: 50% 0%;
	color: #fff;
	text-align: center;
	width: 900px;
	margin: 0 auto;
}
a{
	color: #fff;
}
a:hover{
	text-decoration: underline;
}
p.subtitle{
	margin-top: 10px;
	color: #000;
	font-size: 10px;
}
h1.title{
	margin: 100px 0 400px 20px;
}
h1.title a:focus{
	outline: none;
}
p{
	font-size: 16px;
	line-height: 160%;
}
div.prologue{
height: 1500px;
}
p.c-sosi{
	margin-bottom: 300px;
}
div.winter,
div.spring,
div.summer,
div.fall,
div.epilogue{
height: 1000px;
}
div.winter img,
div.spring img,
div.summer img,
div.fall img,
div.epilogue img,
div.last img{
	margin: 100px 0 100px 0
}
div.last p.c-last{
	margin-bottom: 400px
}
div.hihu p{
	font-size: 13px;
	margin: 100px;
}
div.feed img{
	visibility: hidden;
}