body {
	background-image: url(http://izoa.net/serverimg/ftpbg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
/* 페이지 공통 배경/텍스트 기본값 */
body {
  background-image: url('http://izoa.net/serverimg/ftpbg.jpg') !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-position: 0 0 !important;
  background-color: #ffffff !important;
}
.hide-back, .upload-toolbar, header {
	background-color: rgba(0, 0, 0, 0);
}
.dir {
	background-color: rgba(0, 0, 0, 0);
}
.entry-comment {
	background-color: rgba(0, 0, 0, 0);
        margin-bottom: 0em;
        padding-bottom: .5em;
}
