/* CSS normanparra.com */


html {
	height: 100%;
}

body {
	background: #FFFFFF url(images/bodyTile.jpg) repeat-x left bottom;
	height: 100%;
	padding: 0;
	margin: 0;
}

#alertBox {
	position: absolute;
	bottom: 78px;
	margin-left: -141px;
	left: 50%;
}

#alertBox p.online {
	position: absolute;
	top: 65%;
	left: 30%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p {
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBB2A4;
}

a {
	color: #BBB2A4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

