/* CSS Reset */
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: bolder; }
address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
acronym, abbr, fieldset, img { border: 0;}
:focus { outline: 0; }

/* general styles */
* { margin:0; padding:0; }
html, body { /*width:auto; height:100%;*/ }
#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }
#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
#supersized a.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
body { color:#82838f; font-family:Helvetica, sans-serif; font-size:100%; background:#020107; }
p { margin-bottom:1em; /*text-shadow:0px 0px 1px #666;*/ -webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased; }
p.contacts { color:#b6b7c1; }
#bg { position:fixed; top:0; left:0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
#content, #maintenance #content, a.block { 
	text-align:center;
	position:absolute;
	z-index:100;
	/*top:50%;*/
	left:50%;
	margin-left:-200px;
	/*margin-top:-50%;*/ 
	width:400px;
	height:100%;
	float:none;
	font-size:.8em;
}
a.block { z-index:101; top:50%; left:50%; width:292px; height:100%; }
a { 
	color:#b6b7c1; 
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in; 
}
a:hover, a:focus { color:#c82033; }
.logo { margin-bottom:13px; }
/*p.address { 
	color:#6c6c6c; 
	text-align:left; 
	margin-top:123px;
	margin-left:33px;  
	padding:14px 0 5px; 
	width:360px;
	font-family:Verdana, sans-serif;
}
#maintenance p.address { padding-bottom:14px; }*/
#access, #maintenance #access { font-size:2.1em; padding-top:7px; margin-left:25px; margin-right:32px; font-family:Helvetica, sans-serif; margin-bottom:5px; }
#maintenance #access { font-size:1.8em; }
#access a { margin:0 5px; font-weight:normal; }
#container { 
	min-height:100%; 
	height:auto !important;
	height:100%;
	margin:0 auto -86px;
}
@-moz-document url-prefix() {
	p { opacity: 0.9999; line-height:1.15em; }
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	p { opacity: 0.9999; line-height:1.15em; }
}