/* HTML ELEMENTS */
BODY { background: #FFF url() !important; }
a[href]:after { content: " (" attr(href) ") "; }

/*** TEMPLATE ***/
#template,
#template .middle ,
#template .middle #page {
	background: #FFF url() !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 19cm !important;
	}
#template .bottom ,
#template .top ,
#template .bottom  DIV ,
#template .top DIV{
	background: #FFF url() !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	}

#option1,
#option2,
#option3,
#option4,
#option5,
#option6,
#sound,
#bgsound { 
	display: none;
	}

	
/**/
#eHistory,
#left,
#right,
#navigation,
#header,
#footer{ 
	display: none;
	}
	
#contents,
.contents { 
	background: #FFF url() !important;
	color: #000 !important;
	border: 0px solid #fff !important;
	overflow: visible !important;
	margin: 0 !important;
	padding: 0 !important;
	}
	
#eCode {
	background: #FFF url() !important;
	border: 0px solid #fff !important;
	height: auto !important;
	width: auto !important;
	overflow: visible !important;
	}
#eCode span {
	float: none;
	}