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

body {
	color: #000000;
	background: #D4E5CE url('http://images.diaryis.com/backgrounds/000226.png?1259686748') repeat fixed top left; /* 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: #E1F2DA url(http://images.diaryis.com/headers/000226.normal.png?1259686748) no-repeat center top; /* change url to cover file */
	height: 400px; /* cover's height */
}

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

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

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

#new_comment {background:#ECFFE5;}
.comment.odd {background:#ECFFE5;}
.comment.even {background:#ECFFE5;}