/* сбрасываем установки по умолчанию */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* устраняем глюки с масштабирование шрифтов */
/* устанавливаем белый цвет фона*/
body {
	font-size: 100.01%;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	background-image: url(images/bg.gif);
}

div#central {
	background-color: #ffffff;
	width:50%;
	height:80%;
	position:absolute;
	top:10%;
	left:25%;
	border-style: solid;
	border-width: 1px;
	border-color: #B7BDC0;
	padding: 10px;
}

p.bigblue {
	color: #0871A8;
	font-size: 135%;
}

p.lowertext {
	position: absolute;
	bottom: 10px;
}

a {text-decoration: underline;  color: #d2691e;}
a:link {text-decoration: underline;  color: #d2691e;}
a:visited {text-decoration: underline;  color: #d2691e;}
a:hover {text-decoration: none;  color: #d2691e;}
a:active {text-decoration: underline;  color: #d2691e;}

span.nobr {
	white-space: nowrap;
}

small { 
	font-size: 70%;
}

.additional small {
  visibility: hidden;
}

.spe {
  position: absolute;
  left: -1000px;
  width: 500px;
}

h2 {margin-top: 1em;}