/* \*/
html {
	height: 100%;
	overflow: hidden;
}

#content {
	height: 100%;
}
/* */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	overflow: hidden;
}

p, h1, h2, div, a {
	font: 11px/17px Verdana, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #FFF;
	font: 18px Trebuchet MS;
}

#flashMsg {
	position: absolute;
	left: 50%;
	width: 380px;
	height: 100px;
	margin-top: 1%;
	margin-left: -190px;
	text-align: center;
}

a {
	color: #FFF;
}

a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

#descrip {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 120px;
	margin-top: -60px;
	margin-left: -200px;
	text-align: center;
}