#body {
	margin: 0px;
}
#layer_content {
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#layer_bottom {
	width: 100%;
	height: 100px;
	position: relative;
	float: left;
	background-image: url(../images/fd_bottom.jpg);
	background-repeat: repeat-x;
}
#bottom_content {
	width: 580px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#bottom_left {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 3px;
	margin-bottom: 10px;
}
#title {
	width: 580px;
	left: 10px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#text {
	width: 580px;
	left: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
#logotype {
	width: 100%;
	position: relative;
	float: left;
	display: none;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 20px;
}
