html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
	color: #FFF;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
/* -------------------------------------------------------------- 
   Structure   
-------------------------------------------------------------- */
body {
	color:#FFF;
	background: #fff url(images/hawaii-cgl-twitter.jpg) no-repeat fixed left top;
}
a, visted {
	text-decoration:none;
	color:#FF0;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
#wrapper {
	text-align:center;
}
#main {
	font:18px/24px Georgia, serif;
	clear:both;
	width:700px;
	margin:auto;
	background: url(images/bgoverlay.png) repeat fixed;
	color: #FFF;
}
h1 {
	font:32px/36px Verdana, sans-serif;
	font-weight:bold;
}
h1 span {
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:1px;
}
#page-info {
	clear:both;
	width:960px;
	margin:auto;
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#FFF;
}
#page-info p {
	clear:both;
	width:960px;
	margin:10px;
	color:#000;
	font: bold 10px Verdana, sans-serif;
}
#page-info a {
	color:#ccc;
	font-style:italic;
}
#page-info a:hover {
	color:#FFF;
}

