html { margin: 0; padding: 0; }

body {
	font-size: 10px;
	font-family: arial, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	color: #808080;
	line-height: 1.3em;
}

a { color: #777777; }

th, td { vertical-align: top; }

/* box model fixer */
.clearfix:after {
	content: "."; 
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height:1px;}

#header { text-align:right; padding: 5px; }
#footer { text-align:center; }
#menu { width: 200px; }
#stage { width: 98%; height: 720px; border: 0; }
