/***BASIC HTML AND BODY STYLES***/
html{width:100%;height:100%;}
body{
	background-attachment: fixed;
	background-color: #111;
	background-image: url('bokeh bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Verdana;
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
}
div{
	margin:0;
	padding:0;
}
/***SELECTIVE IDS***/
noscript{
	color: #f00;
	font-size: 150%;
	font-weight: bold;
}
#wrapper{
	color:#fff;
	margin:5px auto 0px auto;
	overflow:hidden;
	position:relative;
	text-align:center;
	width: 800px;
}
#centerpane{
	background: #111 none repeat scroll 0 0;
	border: 2px solid #000;
	height: 448px;
	margin: 0 auto 1em;
	overflow: hidden;
	position: relative;
	width: 698px;
	opacity: 0.7;
	filter: alpha(opacity=70);	/******IE*****/
	-moz-opacity:0.7;			/*Old Mozilla*/
	-khtml-opacity: 0.7;		/**Old Safari*/
}
#centerpane h1, h2, h3, h4, h5, h6{
	text-shadow: 0px -1px 6px #77c, 1px 1px 3px #400, -1px 1px 3px #040, 0px 0px 2px #000;
}
div#error-page{
	background: #111 none repeat scroll 0 0;
	border: 2px solid #000;
	height: 448px;
	margin: 100px auto 0;
	overflow: hidden;
	padding: 50px 0 0;
	position: relative;
	width: 698px;
	opacity: 0.7;
	filter: alpha(opacity=70);	/******IE*****/
	-moz-opacity:0.7;			/*Old Mozilla*/
	-khtml-opacity: 0.7;		/**Old Safari*/
}
div#error-page h1, h2, h3, h4, h5, h6{
	text-shadow: 0px -1px 6px #77c, 1px 1px 3px #400, -1px 1px 3px #040, 0px 0px 2px #000;
}
h1#error-page{
	color: #bbf;
}
#linkpane{
	background: #112 none repeat scroll 0 0;
	border: 1px solid #000;
	margin: 0 auto 1em;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	width: 400px;
	opacity: 0.7;
	filter: alpha(opacity=70);	/******IE*****/
	-moz-opacity:0.7;			/*Old Mozilla*/
	-khtml-opacity: 0.7;		/**Old Safari*/
}
#linkpane h4{
	font-weight: normal;
	margin: 0 0 5px;
}
#linkpane a{
	margin: 0 4px;
}
#footer{
	margin-top: 35px;
}
#footer .validation{
	margin: 0 5px;
}
a:link, a:visited, a:hover, a:active , a:focus {text-decoration: none; color: #fff;}
a:link.textlink, a:visited.textlink {color: #fff; border-bottom: 1px dotted #fff; text-decoration: none;}
a:hover.textlink, a:active.textlink , a:focus {color: #fff; border-bottom: 1px solid #fbb; background: #333; text-decoration: none;}
img {border:none;}
h1, h2 h3, h4, h5, h6{margin: .67em 0;}
span.key {
	border-width: 2px 4px 5px 3px;
	border-style: solid;
	border-color: #ccc #aaa #888 #bbb;
	padding:4px 2px;
	white-space:nowrap;
	color:#000;
	background:#eee;
	text-shadow:none;
	margin:0 2px;
}
acronym, abbr{
	border-bottom: 1px dashed #fff;
}
acronym{
	speak: normal;
}
abbr.truncation{
	speak: normal;
}
abbr.initialism{
	speak: spell-out;
}
