/*
FOLLOWING: DIRRRRTY STYLE
*/

/* body
--------------------------------------------------*/

body {
	font: 100pt "Garamond", "Times New Roman"; "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#000;
	margin-top:80px;
	margin-left:120px;
	margin-right:50px;
	background: url('papier6.jpg') #fff;
}

* {
	margin:0;
	padding:0;
}

a img {
	border: 0px;
		border-bottom: 3px solid #000
}

img { 
	border-bottom: 3px solid #000;
	margin-bottom: 15px;
	width: 180px;
}


.headline { 
	background-image: url('bp.png');
	font-size: 120%;
	height: 160px;
	width: 1030px;
	margin-bottom: 0px;
}

.desc {
	width: 60%;
	font-size: 11%;
	margin-bottom: 110px;
}

.new {
	position: fixed;
	left:10px;
	top: 10px;
	color: #fff;
	height:75px;
	width:75px;
	font-size: 10%;
	background: #000;
	padding:0px;
}

.new:hover {
	background: #EADAB7;
}

.add {
	margin: 3px;
	display: block;
	width: 75px;
	height: 75px;
	color: #fff;
	text-decoration: none;
}

.add:hover {
	color: #000;
	font-weight: bold;
}




.eachpost {
	float: left;
	font-size: 11%;
	text-align: center;
	height: 230px;
	margin-right: 90px;
	margin-bottom: 70px;


}

#poem {
}

.detail_poem {
	margin-top: 100px;
	text-align: center;
	height: 190px;
	font-size: 13%;
}


.detail_back {
	position: absolute;
	background-image: url('back.png');
	left: 150px;
	bottom: 150px;
	height: 40px;
	width: 125px;
}

.detail_next {
	position: absolute;
	background-image: url('next.png');
	right: 150px;
	bottom: 150px;
	height: 40px;
	width: 125px;
}



