/*-----------------------------------------------------------------------------
Teatr Satiry Screen Stylesheet

version:   1.0
date:      25/08/07
author:    Alexander Chuprin | Web-Master Studio
email:     a.s.chuprin@gmail.com
website:   www.chuprin.com | www.web-master.ru

-----------------------------------------------------------------------------*/


/* Global 
---------------------------------------------------------- */

* {	padding:0; margin:0; }
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
html, body { width: 100%; height: 100%; }
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #363f46;
	background: #363f46;
}



/* Layout 
---------------------------------------------------------- */

#page { 
	width: 53.9em; 
	min-width: 589px;
	margin:0 auto;
	padding: 0 0 0 0;
	font-size: 1.1em;
	height: 100%;
	}


#content_logo { 
	display:table;
	width: 100%;
	height:100%;
	background: #d7d6d1;
	}
	#content_logo .container {
		padding: 0 9px 20px;
		display:table-cell;
		vertical-align: middle;
		}		

#logo {
	width: 270px;
	height: 377px;
	background: url(/i/enter_logo.gif) no-repeat;
	margin: 0 auto;
	margin-top: expression((
document.documentElement.offsetHeight/2)
-(parseInt(offsetHeight)/2) <0 ? "0" :
(document.documentElement.offsetHeight/2)
-(parseInt(offsetHeight)/2) +'px') ;
	}
	#logo a {
		display: block;
		height: 100%;
		text-indent: -99999px;
		}
