html,body{
    height:100%;
	margin:0 auto;
	background:#333333;
	text-align:center;
	font:10px/10pt verdana; 
	}
div, h1, p, ul{    
    margin:0;
    padding:0;
    }
#wrapper{
    position:relative;
    margin:0px auto 0px auto;
    width:740px;
    background-color: #ffffff;
}
div#lang_select  {
    float: right;
    font-size: 12px;
    padding: 8px 20px 0px;
}

#header {
	background: url(../images/splash/header.jpg) no-repeat;
	height: 140px;
        width: 100%;
        text-decoration: line-through;
        clear:both;
}
#header span, #employees span, #adult span, #youth span, #adult_benefits li, #youth_benefits li{display:none;}    

#employees{
        width: 100%;
	height: 548px;
        position:relative;
    }
#choose {
   position:absolute;
   left: 267px;
   top: 102px;
}

#apply
{
	position: absolute;
	left: 211px;
	top: 0;
}

#apply img
{
	border: none;
}


#adult{
    float:left;
    width: 370px;
    height:548px;
    background:url(../images/splash/adult_up.jpg) no-repeat;
    }
#youth{
    float:left;
    width: 370px;
    height:548px;
    background:url(../images/splash/youth_up.jpg) no-repeat;
}
#adult a, #youth a{
    width:370px;
    height:548px;
    display:block;
}
#footer{clear:both;
    width:725px;
    height: 70px;
    text-align:left;
    padding:20px 0 30px 15px;
    /*background: url("../images/logos-footer.png") no-repeat scroll 90% 50% transparent;*/
    background-color:#fff;
	position: relative;
}
#footer img.logos
{
	position: absolute;
	top: 25px;
	right: 21px;
}
#footer p {
    line-height: 2em;
}

a:visited,a:active,a:hover, a:link 	 	{
	color:#CC3333;
	}

