/* global.css *************************/



/* layout */

body {
	margin: 0px;
	
	background-color: #ffffff; /* 444444 */
	background-image: url(/_img/bg.png);
	background-repeat: repeat-x;
	
	font-family: "Lucida Grande", Arial, sans-serif;
	
	overflow: hidden;
}

div#flash {
	height: 100%;
	width: 100%;
}
