.centeredBox {
	width: 270px;
	height: 100%; /* Firefox */
	margin:0 auto;
	margin-top: 80px;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center; /* Safari and Chrome */
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center; /* W3C */
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.ui-widget {
    font-size: 12px !important;
}

.submenu-content-left {
    text-align:left;
}

#background {
	position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -2;
    position: fixed;
}

#background img {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}