html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	color: #FFFFFF;
	background-color: #000000;
}

#endspace{
	clear:both;
	height:50px;
	display:block;
}

#content{
	display:block;
	position:relative;
	height:100%;
	max-height:100%;
	width:auto;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	padding:0;
	background-image:url(../pict/lay2011/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:condensed;
}
.blok1{
	display:block;
	position:relative;
	height:auto;
	padding-right:10%;
	font-size:120%;
}
.blok2{
	display:block;
	position:relative;
	height:auto;
	padding-right:10%;
	padding-left: 40%;
	margin-top: 3%;
	font-size:120%;
}
.blokend{
	display:block;
	position:fixed;
	bottom:-1px;
	height:80px;
	width:800px;
	padding-right:2%;
	padding-left: 2%;
	margin:0;
	font-size:75%;
	font-stretch:ultra-condensed;
}
.pright{
	text-align:right;
}

#header{
	display:block;
	position:fixed;
	top:0;
	right:0;
	height:140px;
	width:100%;
	z-index:50;
	border-bottom:#FF0000 solid 2px;
	background-color:#000000;
}
#ban{
	display:block;
	height:80px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	z-index:0;
}
#menustripe{
	display:block;
	height:20px;
	width:800px;
	margin:3px auto;
	font-family:"Courier New", Courier, monospace;
	font-weight:800;
}

#topspace{
	height:160px;
	width:auto;
}
.bold{
	font-weight:800;
}
.wide{
	font-weight:800;
	font-stretch:extra-expanded;
}
.city{
	font-family:"Courier New", Courier, monospace;
	font-size:80%;
}

a:link{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
a:hover{
	color:#FFFF00;
	font-weight:900;
	text-decoration:none;
}