* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width:100%;
    margin: 0;
	padding: 0;
    min-height:620px;
	min-width:1200px;

}




BODY {
 	height:100%;
    min-height:600px;
	min-width:800px;
	width:100%;
	background-color:#fff; /* #f5f5dc; */
	font-family: Georgia, serif;
	font-size:10pt;
	color:#413630; /*#58595b;*/
    overflow:auto;
}
img {
    border-width:0;
}

a{
    color:#413630;
    text-decoration:none;
}
/*a:hover{
    color:#c4a495;
}*/
a:active{
    color:#c4a495;
}

/*** intro ***/
#introwrapper{
    position:absolute;
    width:800px;
    height:600px;
    left:50%;
    top:50%;
    margin:-300px 0 0 -400px;
    border: 0px solid #58595b;
    overflow:hidden;
}

#logo{
    display:none;
    position:absolute;
    top:100px;
    left:243px;
    width:263px;
    height:231px;
    
}
#inlogotextcontainer{
    display:block;
    position:absolute;
    top:192px;
    left:311px;
    width:197px;
    height:48px;
    overflow:hidden;
    border:0px solid red;
    
}
#inlogotext{
    position:absolute;
    top:0;
    left:197px;
    width:197px;
    height:48px;
    background-image:url(../images/start_logo_text.jpg);
}


#enter{
    display:none;
    position:absolute;
    top:350px;
    left:305px;
    width:350px;
    height:20px;
    text-align:center;
}

#ua{
    position:absolute;
    top:0px;
    left:20px;
    width:50px;
    height:20px;
    text-align:center;
}
#en{
    position:absolute;
    top:0px;
    left:140px;
    width:50px;
    height:20px;
    text-align:center;
}

#ru{
    position:absolute;
    top:0px;
    left:80px;
    width:50px;
    height:20px;
    text-align:center;
}

