/* \*/
html {
	height: 100%;
	overflow: hidden;
}

#content {
	height: 100%;
}
/* */

body {
	background-color: #0C1121;
}

p, a {
	color: #BBB;
}

h1 {
	color: #FFF;
	font: 18px Trebuchet MS;
}

.white {
	color: #FFF;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #0C1121;
	background-color: #FFF;
}

#descrip {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 160px;
	margin-top: -80px;
	margin-left: -200px;
	text-align: center;
}

#descrip p {
	line-height: 20px;
}