@import url(css/normalnew.css);
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
}
html, body {
	height: 100%;
	font-size: 100%;
	color: #e5e5a1;
	background-color: #000;
	font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	text-align: center;
}
#container {
	position: absolute;
	top: 0%;
	left: 5px;
	height: 100%;
	width: 100%;
	text-align: center;
}
#workarea { /* таблица */
	position: relative;
	height: 100%;
	margin: 0 auto;
}
#pubtitle {
	position: absolute;
	top:40%;
	left: 0;
	background: #ccb8a3 url(img/bg_pubtitle33.jpg);
	width: 50%;
}
h1 {
	font-size: 1.375em;/* =22px */
	line-height: 1.1;
	font-weight: normal;
	text-align: left;
	padding-left: 10%;
	text-shadow:0.09em 0.045em 0.09em #333; /* *//* 2px 1px 2px */
}
p {
	font-size: 0.75em;/* =12px */
	line-height: 1.5;
	text-align: left;
	padding-left: 10%;
	font-weight: bold;
	color: #cccc8f;
	text-shadow: -0.083em 0 0 #000;/*  *//* 1px 1px 1px */
}
p br {
	line-height: 1;
}
