*, html > * {
	margin: 0;
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 14px/1.6em Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
body {
	background-color: #fff;
}

div {
	font: normal normal 14px/1.6em Verdana, Arial, Helvetica, sans-serif;
}

.empty-line {
	display: block;
	clear: both;
}
.align-center {
	text-align: center;
}
a,
a:hover {
	color: #999;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

.uc {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #4270af;
}
.gray {
}

#viewport {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 850px;
}

.title,
.subtitle {
	color: #f60;
	font-weight: bold;
 }
.title {
	font-size: 24px;
}
.subtitle {
	font-size: 18px;
}

#logo {
	margin: 2% 0 2% 0;
	text-align: center;
}

#words {
	margin: 10px auto;
	max-width: 480px;
	height: 66px;
	color: #777;
}
	#words .word {
		text-align: justify;
	}
	#words .author {
		text-align: right;
		font-style: italic;
		font-size: .8em;
	}

#deviantart {
	margin: 20px auto;
	padding: 6px 0;
	width: 850px;
	overflow: hidden;
	color: #777;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 9px;
	text-align: center;
}

#spammers-list {
	position: absolute;
	margin: 20px auto;
	bottom: 80px;
	left: 25%;
	width: 50%;
	line-height: 2em;
	text-align: center;
}

#footer {
	position: absolute;
	left: 5%;
	bottom: 0;
	margin: 0 auto;
	padding: 10px;
	width: 90%;
	border: 1px solid #eee;
	border-bottom: none;
	background-color: rgba(245, 245, 245, .95);
	overflow: hidden;
	line-height: 31px;
}

#footer a {
	display: inline-block;
}
	#footer img {
		vertical-align: middle;
	}
	#email {
		float: left;
		line-height: 31px;
	}
	#icons {
		float: right;
	}

@media (max-width: 478px) {
    #footer {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        border: 1px solid #eee;
        border-bottom: none;
        background-color: rgba(245, 245, 245, .95);
        overflow: hidden;
        line-height: 31px;
    }
        #icons {
            float: none;
        }
}
