*{
	font-family: 'Oswald', sans-serif;
	color: #222;
}
html{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	line-height: 1.4;
	font-size: 14px;
}
body{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
        min-width: 200px;
        min-height: 200px;
}
#page{
	position: relative;
	height: 100%;
	width: 100%;
        background: #f7f7f7;
}
#page.night{
        background: #222;
}
#page.night *{
	text-decoration: none;
	color: #f7f7f7;
}
header{
	height: 50%;
	position: relative;
}
h1{
	text-align: center;
	width: 100%;
        margin-top: 0;
        position: absolute;
        bottom: 20px;
        cursor. pointer;
}
#content{
        text-align: center;
}
#content a{
    text-decoration: none;
}
#content a:hover{
    text-decoration: underline;
}
#content #other{
    margin-top: 12px;
}
#content #other a{
    text-decoration: underline;
}
#content #other a:hover{
    text-decoration: none;
    opacity: 0.6;
}
footer{
        position: absolute;
        bottom: 20px;
        right: 20px;
	text-align: right;
}