@import url("reset.css");
@import url("fonts.css");
@import url("bottombar.css");
@import url("slider.css");

html {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#background {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

#background img {
    position: relative;
}

#headline {
    display: none;
    position: absolute;
    bottom: 145px;
    left: 60px;
    color: white;
}

#headline p {
    padding-top: 10px;
    font-size: 48px;
}

#headline p.small {
    font-size: 24px;
}

img{-ms-interpolation-mode:bicubic;}

