* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background: #000;
    overflow: hidden;
    text-align: center;
}
img {
    position: absolute;
    top: 0;
    left: 0;
    -ms-interpolation-mode: bicubic;
}
#slideshow {
    z-index: 1;
}
#messagebox {
    color: #FFF;
    font: bold 12px Arial;
    text-transform: uppercase;
    margin:0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    margin-left: -125px;
    margin-top: -25px;
    z-index: 0;
}
#mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: url('mask.png') center center;
}
#bottomBar{
	position: fixed;
	bottom: 0; left: 0;
	z-index: 2;
	background: #000;
	opacity: 0.8;
	width: 100%;
	padding: 10px 0;
	color: #FFF;
	font: normal 12px Arial;
	text-transform: uppercase;
}
#bottomBar a {
	color: #FFF;
	font: 12px Arial;
	text-transform: uppercase;
    text-decoration: none;
}
#bottomBar a:hover {
    text-decoration: underline;
}
#bottomBar span {
    padding: 0 15px;
    position: relative;
    clear: none;
    float: left;
}
#bottomBar .right{
    float: right;
}
b {
    font-weight: bold;
}