* 
{
	margin: 0;
}

html, body 
{
    height: 100%;
    margin: 0 auto;
}

#wrap
{
    min-height: -webkit-calc(100% - 40px); 	/* Chrome */
    min-height: -moz-calc(100% - 40px);    	/* Firefox */
    min-height: calc(100% - 40px);     		/* native */
}

#banner
{
	font-size: 70%;
	line-height: 1;
	text-align: center;
}

a.item-link
{
	font-family: Consolas;
	font-size: 120%;
	line-height: 1;
	text-decoration: none;
	color: #1D1D1D;
	position: relative;
}

a.item-link:hover
{
	color: #1D1D1D;
}

body
{
	max-width: 1024px;
	font-family: Consolas;
	color: #00ace6;
	background-color: #1D1D1D;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
}

p
{
	word-break: word-break;
	margin-top: 1em;
}

#content
{
	padding: 1em;
	margin-top: 1em;
}

#home
{
	background-color: #1D1D1D;
}

#title
{
	text-align: left;
	font-family: Consolas;
	font-size: large;
	margin-left: 25%;
}

#image
{
	width: 75%;
}

a.home-item-link:hover
{
	color: #E6E6E6;
}

a.home-item-link
{
	font-family: Consolas;
	text-decoration: none;
	color: #1D1D1D;
	position: relative;
}

#footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 1024px;
	width: 100%;
	height: 1.25em;
	line-height: 1.25em;
	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
	color: #00ace6;
	background-color: #1D1D1D;
}