/* ===== width absolute    ===== */

#frame{
	clear: both;
	width: 100%;
}


/* ===== backgroudimage none    ===== */

body,
#frame{
	background-image: none;
}


/* ===== backgroud color    ===== */

body,
#container{
	background-color: #FFFFFF;
}



/* ===== float none    ===== */

#leftside,
#maincontentsArea{
	float: none;
}
