
body {
	background-image:url('../img/home/tile.png');
	background-repeat:repeat;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#202020;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

#botMenuContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
	pointer-events: none;
}

#botMenu {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:64px;
	background-color:#090909;
	z-index:9002;
	text-align:center;
	pointer-events: all;
}

#botMenu:before {
	content: " ";
	position:absolute;
	left: 0px;
	top: -2px;
	background-color:#5A5A5A;
	width:100%;
	height:2px;
}

#content {
	background-color:#FAFAFA;
	width:960px;
	margin: 0 auto;
	margin-bottom: 100px;
	border-style:solid;
	border: 3px solid #F0F0F0;
	box-shadow: 0px 0px 20px #AAAAAA;
}

.menuButtonContainer {
	display: inline-block;
	margin: 0 auto;
}

.menuButton {
	width:96px;
	height:64px;
	overflow:visible;
	float:left;
	cursor:pointer;
}
.menuButton:before {
	content: " ";
	position:absolute;
	overflow:visible;
	width:128px;
	height:64px;
	margin-left:-32px;
	background-image:url(../img/buttons/bg.png);
	z-index:-1;	
}
.menuButton:hover:before {
	background-image:url(../img/buttons/bghover.png);
	cursor:pointer;
}

.emptyMenuButton {
	width:128px;
	height:64px;
	margin-right:-128px;
	margin-left:-16px;
	overflow:visible;
	float:left;
	background-image:url(../img/buttons/bg.png);
}

