
/*


  © 10/2008 MILAN PRISTAS ~ pristy@pristy.com

*/

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: visible;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
body {
   font-size: 62.5%;
	background-color: #000;
	max-height: 1200px;
	max-width: 1920px;
	margin: auto;
}
.container {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: -15px;
}
div, ul {
	display: block;
}
div, ul, a, span {
	background-repeat: no-repeat;
	outline: none;
	text-decoration: none;
}
input {
	outline: none;
}
div {
	cursor: default;
}
span, form label, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
container {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	position: relative;
	overflow: hidden;
}
a.lg, ul.menu {
	position: absolute;
	z-index: 180;
}
.lg span {
	display: none;
}
div.rest {
	background: #000;
	filter: alpha(opacity=67);
	-moz-opacity: .67;
	opacity: .67;
}
img.prnt {
	display: none;
}
