@import url(main.css);

html{
	font-size:x-small;
	max-width:100em; /* rather a hack we would better unset it and add a propper margin */
}

#site_list{
	display:none;
}

#head_box{
	font-size:x-small;
	padding:0em 0em 0.3em 0em;
	border-color:#cccccc;
	border-style:none none solid none;
}

#head_script{
	padding:0em;
	font-size:inherit;
}

#head_box ul{
	display:none;
}

#menu_box{
	display:none;
}

#body_box{
	line-height:1.1;
}

#foot_box{
	border-color:#cccccc;
	padding:0.3em 0em 0em 0em;
	border-style:solid none none none;
}

#icon_box{
	display:none;
}
