@charset "utf-8";

html, body 	{margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body		{font-family: georgia, serif; font-size:14px; color:#666;}

.link			{color: #ffff01; 		text-shadow: 1px 1px 0 #000; text-decoration:none}
.link:hover		{color: transparent; 	text-shadow: 0 0 8px #ffff01;}

#bg			{
	position:absolute; 
	width:100%; 
	height:100%; 
	border: 0px;
}

#nwhimg		{
	position:absolute;
	bottom:360px;
	left:50%;
	width:696px;
	height:296px;
	margin-left:-348px;
	z-index:100;
	background-image:url(../inc/img/nwh.png); 
	overflow:hidden;
}

#content	{
	position:absolute;
	bottom:0px; 
	left:50%; 
	width:670px; 
	height:360px; 
	margin-left:-340px; 
	z-index:100;
	background-image:url(../inc/img/carbon.png);
	text-align:center;

}

#textbox	{
	position:relative;
	width:500px;
	left:85px;
	top:8px;
	text-align:justify;
	column-count: 2;
 	column-gap: 20px;
  /*column-rule-color: #CCC;
  	column-rule-width: 1px;
  	column-rule-style: dotted;*/
 	-moz-column-width: 200px;
 	-webkit-column-width: 200px;
}

#footer	{
	position:absolute;
	bottom:2px;
	left:50%;
	width:500px;
	margin-left:-255px;
	text-align:center;
  /*column-count: 2;
 	column-gap: 20px;
    column-rule-color: #CCC;
  	column-rule-width: 1px;
  	column-rule-style: dotted;
 	-moz-column-width: 200px;
 	-webkit-column-width: 200px;*/
	z-index:100;
}

h1 			{
 	column-span: all;
	font-size:16px;
	-webkit-column-span:all;
}

#nwhlogo	{
	position:absolute; 
	bottom:-462px; 
	left:50%; 
	width:1125px; 
	height:1125px; 
	margin-left:-562px; 
  /*-webkit-box-shadow: 3px 3px 3px #222;
    box-shadow: 3px 3px 3px #222;*/
}
#fb	{
	position:absolute;
	bottom:270px; 
	left:50%; 
	width:70px; 
	height:70px; 
	margin-left:-370px; 
	z-index:1000;
	background-image:url(../inc/img/fb.png);
}
#fb:hover	{background-image:url(../inc/img/fbblur.png);}

#ms	{
	position:absolute;
	bottom:180px; 
	left:50%; 
	width:70px; 
	height:70px; 
	margin-left:-370px; 
	z-index:1000;
	background-image:url(../inc/img/ms.png);
}
#ms:hover	{background-image:url(../inc/img/msblur.png);}

#nwhsign	{
	position:absolute;
	bottom:5px; 
	left:50%; 
	width:70px; 
	height:70px; 
	margin-left:300px; 
	z-index:1000;
	background-image:url(../inc/img/nwhsign.png);
}
#nwhsign:hover	{background-image:url(../inc/img/nwhsignblur.png);}


.text	{color: #666; 			text-shadow: 1px 1px 0px #000;}
.blur 	{color: transparent; 	text-shadow: 0 0 10px #FFF;}