* {
	margin: 0;
	padding: 0;
}
a:focus {
outline:none;
}
body, html {
	background: #000000;
	height:100%;
	width:100%;
}
a {
	color: #154b38;
	text-decoration: underline;
}
a:hover, #flashcontent a:hover {
	color: #154b38;
	text-decoration: none;
}
img {
	border: 0;
}
h1 {
	background: url(../images/logo.gif) no-repeat center 29px;
	height: 120px;
	text-indent: -9999px;
}

/* Flash content 
----------------------------------------------------------------------------------*/
#flashcontent {
	color: White;
	font-size: 11px;
	text-align: center;	
	font-family: Tahoma;
	height: 100%;
	width: 100%;
}
#flashcontent span {
	color: white;
}

/* Html Container
----------------------------------------------------------------------------------*/
#htmlcontainer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
#htmlcontent {
	width: 100%;
	background: transparent url(../images/bg_htmcontent.gif) repeat-x center bottom;
	border-bottom: 1px solid #272420;
	color: White;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
}
#enter_site {
	height: 340px;
	width: 100%;
	margin: 0 auto;
    padding: 10px 0 0 0;
    background: url(../images/bg_buildings.gif) no-repeat center bottom;
	text-align:center;
}
#enter_site .flashplayer {
   color: white;
   text-decoration: none;
}
#enter_site .flashplayer:hover {
   color: white;
}
#enter_site div {
   background: url(../images/splash/splash_header.gif) no-repeat top center;
   height: 49px;
   width: 583px;
   margin: 0 auto;
   position: relative;
}

#enter_site div a.intraHtml,#enter_site div a.enterHtml,#enter_site div a.intraFlash,#enter_site div a.enterFlash {
   position: absolute;
   width: 240px;
   height: 26px;
   background-position:top center;
   background-repeat:no-repeat;
	text-indent: -9999px;
}
#enter_site div a.intraHtml:hover,#enter_site div a.enterHtml:hover,#enter_site div a.intraFlash:hover,#enter_site div a.enterFlash:hover {
	background-position:bottom;
	border:none;
	
}


#enter_site div a.intraFlash{
	background-image:url(../images/splash/enter_flash_ro.gif);
	top:30px;
	left:9px;
	width:100px;
}
#enter_site div a.intraHtml{
	background-image:url(../images/splash/enter_html_ro.gif);
	top:30px;
	left:125px;
	width:87px;
}

#enter_site div a.enterFlash{
	background-image:url(../images/splash/enter_flash_en.gif);
	top:30px;
	right:9px;
	width:88px;

}
#enter_site div a.enterHtml{
	background-image:url(../images/splash/enter_html_en.gif);
	top:30px;
	right:105px;
	width:90px;
}

#htmlfooter {
   /*background: url(../images/copyright.gif) no-repeat center center;*/
   height: 40px;
}
#htmlfooter a {
   color: #6a6a6a;
   text-decoration: none;
}
#htmlfooter a:hover {
   color: #FFF;
}
#htmlfooter {
	margin: 0 auto;
	color: #494949;	
	text-align: center;
	line-height: 16px;
	font-family: Tahoma;
	font-size: 11px;
	padding: 10px 0 10px 0;
}

