html {
	height: 100%;
	overflow: hidden;	
}

body#startup {
	background-color: #aab8a8;
	background-image: url(images/bgmain_st.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: expression(body.clientWidth>1004 ? "auto" : "1004px");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	height: 100%;
	color: #445f40;
	width: 100%;
}

.cen {
	color: #494e46;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align:center !important;
}

#outer{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left:
	margin-top:
	height: 554px; 
  width: 575px;
  margin-left: -287px;
  margin-top: -275px;
	background: url(images/lena.png) no-repeat top left;	  
}

#container {
	height: 554px;
}

* html #outer {
	background: url(images/lena.gif) no-repeat left top;	  
}

#lang {
	color: #445f40;
	position: absolute;
	left: 502px;
	top: 130px;	
}


#lang ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#lang ul li {
	float: left;
	padding: 0 5px 0 0;
}

#lang a{
	color: #445f40;
}

#lang a:hover {
	text-decoration: underline;
}

#lang a {
 text-decoration: none;

}


* html outer {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://lena-katina.com/templates/lenakatina_tillopening/images/lena.png', sizingMethod='crop');
	position:relative;
}

#logo {
	width: 356px;
	height: 94px;
	position: absolute;
	top: 40px;
	left: 212px;	
}

