@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	height: 100%;
	width: 100%;
}
p {
	color: #CCCCCC;
	font-size: 77%;
	width: 500px;
}
h2 {
	font-size: 80%;
	font-weight: normal;
	color: #CCCCCC;
}
h2 {
	font-size: 88%;
	color: #999999;
}


#max {
	height: 100%;
	width: 100%;
	position: relative;
}

#flash {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

