@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}
.logo {
	position: absolute;
	left: 1px;
	top: 5px;
}
.navigation {
	position: absolute;
	left: 140px;
	top: 35px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 500px;
}
.page {
	position: absolute;
	left: 55px;
	top: 105px;
}
.textnorm {
	position: absolute;
	left: 145px;
	top: 150px;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #CCCCCC;
}
.bracket {
	position: absolute;
	left: 145px;
	top: 220px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #CCCCCC;
}
.crap {
	position: absolute;
	left: 145px;
	top: 360px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCCCCC;
}
