body {
	margin: 30px 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

.main {
	margin:0px auto;
	height: 460px;
	width: 755px;
	text-align: left;
}

.menu {
	vertical-align: bottom;
	height: 390px;
	width: 218px;
	float: left;
	position: relative;
}

.align_bottom {
	position: absolute;
	bottom: 0px;
}

.picture {
	background-image: url(../images/nico_atomium.jpg);
	background-repeat: no-repeat;
	height: 390px;
	width: 537px;
	float: left;
}

.bottombar {
	background-color: #364552;
	float: left;
	height: 70px;
	width: 755px;
}

.bottombar_left {
	background-color: #939590;
	float: left;
	width: 137px;
	height: 100%;
}

.bottombar_right {
	float:left;
	height: 65px;
	width:613px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
	padding-bottom: 5px;
	bottom: 0px;
	position: relative;
}

.align_bottom_right {
	position: absolute;
	bottom: 8px;
	right: 8px
}

.label {
	color: #999999;
}