/*** CSS RESET *****************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
a{
    text-decoration:none;
    outline: 0;
}
/********************/
html, body {
	font-family: 'Proxima Nova','Helvetica Neue','Helvetica',Arial,sans-serif;
	line-height:20px;
	height:100%;
	color:#ffffff;
	margin:0;
	padding:0;
	height:100%;
	background-color:#000000;
	font-size:17px;
}
.box {
	text-align:center;
	height:280px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.box > img {
	display: block;
	margin: 10px auto;
}
.box > a {
	color:#ffffff;
	font-size:15px;
}
.box > a:hover {
	text-decoration:underline;
}