/***********************************************/
/* styles.css                                  */
/***********************************************/

/* Reset all */
* { margin: 0px; padding: 0px; }

body {
	background-color:#000;
	color:#fff;
}

/* ********
	layout
*********** */

#page {
	min-width:960px;
	max-width:1000px;
	/*min-height:300px; */
	margin:20px auto;
	overflow:hidden;
}

#header { }
#content { }
#footer {
	clear:both;
	font-size:.85em;
	margin:0 auto;
	color: #444;
	padding: 20px;
}
	#footer A:link, #footer A:visited { color: #666; text-decoration: none; }
	#footer A:hover, #footer A:active { color: #fff; text-decoration: underline; }

/* ********
	misc
*********** */

#mainimg {
	border:solid 10px #FFF;
}

#infoemailimg {
	margin:-4px 0;
}


#offscreentext {
	position:absolute;
	top:0;
	left:-9999px;
	width:625px;
}
