/*
color schema
background color
text color
link color
*/

body {
	color: #000000;
	background: #E5B9B8; /* change color/url/repeat to background setting */
}

a { color: #666666; }
.comment .poster a { color: #000000;}

#wall {
	/* fixed */
	width: 756px;
	position: absolute;
	z-index: 5px;
	top: -10px;
	left: 0;
	
	background: #F2DBDA url(http://images.diaryis.com/headers/000606.normal.png?1259687350) no-repeat center top; /* change url to cover file */
	height: 318px; /* cover's height */
}

#fence-bottom {
	background: url(http://images.diaryis.com/footers/000606.default.png?1259687350) no-repeat center top; /* change url to custom bottom file */
	height: 66px; /* custom-bottom's height */
	width: 760px;
}

#roomarea {
	padding-top: 308px; /*cover's height -10px*/
}
#room, #left {
	background: #F2DBDA; /* content color */
}

#signature img { width:32px; height:32px; margin-left:5px;}

#new_comment {background:#F2BBB9;}
.comment.odd {background:#F2BBB9;}
.comment.even {background:#FCF7E2;}