/*--------------------------------------------------------------------
/- file   : default.css
/- admin  : MEGA-D Inc. Kimoto Tatsuro
/- update : 20050929
/- desc   : css for modern browser
/--------------------------------------------------------------------*/


/************* Tag Override *************/

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	background-color: #000000;
}

