html, body {
	height: 100%;
}

body {
	background: #FFF;
	margin: 0;
}

#terminal {
	/* Gradient */
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#111111 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 ); /* IE6-9 */

	box-shadow: inset 0 0 50px #000;
	color: #FFF;
	font-family: "Menlo", "Courier", serif;
	text-shadow: 0 3px 5px #000;

	height: 100%;
}

#terminal h1 {
	color: #FFF;
	font-weight: 400;
	line-height: 39.6px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#terminal #screen-centered {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -143px;
	margin-top: -54px;
}

#terminal #name {
	color: #29F;
}

#terminal p {
	margin-left: 45px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
}
