/* reset */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, address, code,
em, img, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}


a img { border: none; }


/* styling */

body {
	background:#444;
	color:#FFF;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}
a {
	text-decoration:none;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
#all {
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}
#thetext {
	width:100%;
	margin:0 auto 24px auto;
	font:18px/24px Verdana, serif;
}
#thetext p{
	margin-top:12px;
}
#thetext p:hover {
	font:19px/24px Verdana, serif;
}
h1 {
	font:40px Verdana, sans-serif;
}

#thebar {
	background:#EE7F21;
	border-top:2px solid #FD894A;
	border-bottom:2px solid #B44403;
	width:100%;
	margin:0 0 24px 0;
}

#contactinfo {
	color:#000;
	width:100%;
	margin:0 auto;
	padding:16px 0;
	font-family:Verdana, sans-serif;
	font-size:12px;
}
#contactinfo a {
	color:#000;
}
#contactinfo a:hover {
	color:#FFF;
}

#copyright {
	color:#CCC;
	width:100%;
	margin:0 auto;
	clear:both;
	font-family:Verdana, sans-serif;
	font-size:10px;
}
#copyright p {
	color:#CCC;
	font-style:italic;
}
#copyright p:hover {
	color:#FFF;
	font-weight:bold;
}

#W3C {
	width:100%;
	text-align:right;
	position:absolute;
	bottom:0;
}
