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

body {
	color: #000000;
	background: #2DCCE5; /* 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: #91E4F2 url(http://www.diaryis.com/images/cover.png) no-repeat center top; /* change url to cover file */
	height: 170px; /* cover's height */
}

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

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

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

#new_comment {background:#B2F4FF;}
.comment.odd {background:#B2F4FF;}
.comment.even {background:#BFF6FF;}
