body {
	margin: 17px 0 0 20px;
}
#wrapper {
	width: 100%;
}
#header {
	width: 100%;
}

/* NORMAL SIDE */
#leftcontent {
	position: absolute;
	top: 75px;
	width: 250px;
}
#centercontent {
	margin-left: 270px;
	position: absolute;
	top: 75px;
	width: 305px;
	voice-family: "\"}\""; /* IE HACK */
	voice-family: inherit;
}	
.dummy{ }	
html>body #centercontent {
	margin-left: 270px;
}

/*  B-SIDE */

#leftcontent_b {
	position: absolute;
	top: 75px;
	width: 150px;
}
#centercontent_b {
	margin-left: 170px;
	position: absolute;
	top: 75px;
	width: 400px;
	voice-family: "\"}\""; /* IE HACK */
	voice-family: inherit;
}
.dummy{ } /* box-model hack */
	
html>body #centercontent_b {
	margin-left: 170px;
}


/*  C-SIDE */

#centercontent_c {
	margin-left: 0px;
	position: absolute;
	top: 75px;
	width: 550px;
	voice-family: "\"}\""; /* IE HACK */
	voice-family: inherit;
}
.dummy{ } /* box-model hack */
	
html>body #centercontent_c {
	margin-left: 0px;
}



