/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 16px;
  background-color: #EBEBEB; }


#layout_welcome {
  width: 557px;
  margin: auto;
  background-color: #EBEBEB; }
  
  #lay_up {
    margin-top: 150px;
	height: 327px;
	background: url(../images/welcome.jpg) no-repeat; }
  
	#enter {
	  width: 112px;
	  float: left;
	  margin-top: 273px; }
	
	#flash {
	  width: 422px;
	  height: 327px;
	  float: right;
	  background: url(../images/wel_flash.jpg) no-repeat; }
  
  #lay_down {
    height: 70px;
	background: url(../images/welcome_foot.jpg) no-repeat; }

.btn_enter a {
	float: right;
	width: 96px;
	height: 26px;
	background: url(../images/btn_enter.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	font-size: 0; }
	
	.btn_enter a:hover {
		background-position: 0 -26px; }

.footer {
  width: 541px;
  float: right; }
  
  .footer_txt {
    color: #333333;
	font-size: 9px;
	padding-top: 8px!important;
	padding-top/**/:/**/1px; }

hr.footer {
  padding: 0;
  margin: 0;
  height: 0;
  border: 0;
  text-indent: -9999px;
  visibility: hidden; }