* {
	margin: 0px;
	padding: 0px;
}
#topstuff {
	height: 66px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#topstuff #flasj {
	float: left;
}
#topstuff #greeting {
	float: right;
	width: 550px;
	background-image: url(images/box.png);
	height: 472px;
}
#topstuff #greetingbottom {
	float: right;
}
#menu {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#lowertop {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#lowermoid {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	background-image: url(images/box.png);
	background-repeat: repeat-y;
}
#lowerbottom {

	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
