@charset "UTF-8";
/* CSS Document */



/*/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /

MEYER RESET

/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}



/*/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /

BASIC ELEMENT SELECTORS

/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */


body {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 1.75em;
	color: #000;
	background: #FFF url(background.jpg) no-repeat right top;
	margin: 0;
	padding: 0;
	}
	
a:link {
	color: #990000;
	text-decoration: none;
	}
	
a:visited {
	color: #990000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #990000;
	}
	
a:active {
	text-decoration: none;
	}

ol, ul {
	list-style: none;
	}



body, html, #container { height: 100%; }

body > #container {
	height: auto;
	min-height: 100%;
	}

#container {
	width: 529px;
	margin: auto;
	padding: 0px;
	position: relative;
	}


#construction h1 {
	background: url(greeting2.png) no-repeat top;
	display: block;
	float: left;
	clear: both;
	margin-top: 99px;
	margin-left: auto;
	margin-right: auto;
	width: 529px;
	height: 397px;
	}

#construction h1 span {
	display: none;
	}