@import url("layout.css");
@import url("master.css");
@import url("hacks.css");

/* Meishokan 2008 */
/* BASE */

/* VERSION: 1 */
/* AUTHOR: Francis Rowland */
/* CREATED: 14/03/08 */
/* UPDATED: */

*, html {
	margin:0 0;
	padding:0 0;
}

html, body {
	/*height:100%;*/ /* needed for container min-height */
	}

body {
	background:#e8e8e8 url(../images/paper_temp.jpg) left top repeat-y;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif
	font-weight:normal;
	color:#333333;
	}


