html, body, div, span, h1, h2, h3, h4, h5, p, img, a
{
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-spacing: 0;
    outline: none;
    vertical-align: baseline;
    background: transparent;
    color: #888;
    -webkit-text-size-adjust: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

body
{
    font-size: 80%;
}

html, body, #wrap, #content
{
	height: 100%;
	width: 100%;
	background-color: #181818;
}

img
{
    border: none;
}

a
{
    color: #888;
    text-decoration: none;
}

a:hover
{
    color: #aaa;
}

#wrap
{
    text-align: center;
    -webkit-transform:matrix( 1, 0, 0, 1, 0, 0 );
    -webkit-transform-origin: 0, 0;
}

#content
{
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center
}

#details
{
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#details h1, #details h2, #details p
{
    padding: 5px;
}
