html {
	display: table;
	width: 100%;
	height: 100%;
	}


body {
	background-position: center;
    background-attachment: fixed;
    background-size: cover;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background-color:#171717;
	font-family: Helvetica, Arial, sans-serif;
	color:#1d1d1d;
	font-size:15px;
	line-height:1.3em;
	font-weight:normal;
	margin:0px;
	padding:0px;
	}

	
p {
	font-size:0.85em;
	line-height:1.3em;
	margin-top:10px;
	text-shadow:black 0px 0px 1px;
	}
	
	
	
#main { 
	border:solid 0px red;
	max-width:400px;
	text-align:center;
	margin: 0 auto;	
	}

#box { 
	border:solid 0px #000099; 
	background-color:none; 
	text-align:center;
	width:100%; 
	padding:0px 0px 0px 0px;
	}
	
	
#footer {
    position:fixed;
    bottom:0px;
    text-align:center;
    padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
    width:100%;
	color:#676767;
	font-family: sans-serif, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:12px;
	text-shadow:black 0px 0px 1px;
}


.bottom { vertical-align:bottom;}

strong
{
font-weight: bold;
}

	
em
{
font-style: italic;
}


	
a:link	{ 
	color:#676767;
	text-decoration:underline;
	onfocus:blur();}
	
a:visited {
	color:#676767;
	text-decoration:underline;
	onfocus:blur()} 
	 
a:hover { 
	color:#fff;
	text-decoration:underline;
	onfocus:blur()}


	
	
a.nav0:link {color:#000000; line-height:25px;}
a.nav0:visited {color:#000000; line-height:25px;}
a.nav0:hover {color:#925417; line-height:25px;}