﻿/* General */
* {
	font-size:100%;
}
html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin:0;
	padding:0;
}
img{
	border:0;
}
.clickable{
	cursor:pointer;
}
.nobr{
	white-space:nowrap;
}
.hidden{
	display:none !important;
}
.pseudo{
	border-bottom:1px dotted;
	text-decoration:none;
}
body{
	background-color:#000000;
}
/* Texts */
body{
	color:#746b6b;
	font:1em/1.4 Arial, sans-serif;
}
p, 
address,
blockquote{
	margin:0 0 0 0;
}
em{
	font-style:normal;
	font-weight:bold;
}
small{
	font-size:.8em;
}
.medium{
	font-size:9.5pt;
}

h1,h2,h3,h4{
	font-weight:normal;
	color:#fff;
	font-family:Georgia,"Times New Roman",serif;
}
h1{
	font-size:27pt;
	margin-top:0;
	line-height:100%;
}
h2{
	font-size:20pt;
}
h3{	
}
a{
	color:#ae8c71;
	outline:none;
}
a:visited{
	color:#97816f;
}
a:hover,a:focus{
	color:#fff !important;
}
.mdash{
	list-style-image:url(../img/mdash.gif);
	//list-style-image:url(../img/msdash.gif);
}
.fff,.fff:visited{
	color:#fff;
}
.b,.b:visited{
	color:#111 !important;
}
/* Layout */
html,
body{
	height:100%;
}
#measurer{
	position:absolute;
	left:0;
	top:-2em;
	width:100%;
	height: 1em;
	line-height:1em;
	background:white;
}
#container{
	position:absolute;
	width:100%;
	min-width:980px;
}
* html #container{
	width:expression((document.getElementById('measurer').clientWidth < 980) ? '980px' : '100%');
}
.clear{
	clear:both;
	font-size:0;
	height:1px;
	overflow:hidden;
}

#zaglushka {position:relative; width:824px; height:526px; margin:10px auto 0 auto; background:url(../images/z.jpg) no-repeat 0 0;  }
#text {position:absolute; top:460px; width:756px; left:50%; margin-left:-378px; text-align:center;}
#question {text-align:center; margin:0 0 10px 0;}
