html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Roboto, Roboto Condensed, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #000000;
}

.full-dimensions {
	width: 100%;
	height: 100%;
	position: relative;
}