
/****************
START
*****************/

#start{
   height:100%;
}

#start table,td{
   height:100%;
   width:100%;
   border:0px white solid;
}

#start td{
   vertical-align:bottom;
   width:50%;
}

#start #whiteBox{
   float:right;
   text-align:left;
   position:relative;
   top:0;
   left:0;
   padding:0;
   width:340px;
   height:375px;
   background-color:white;
}

#start #logo{
   position:relative;
   left:30px;
   padding:0;
   width:274px;
   height:56px;
   border:0px red solid;
}

#start #languageButton{
   text-transform:uppercase;
   position:relative;
   top:55px;
   left:20px;
   width:190px;
   border:0px red solid;
   z-index:30
   text-align:left;
}

#start #partnerLink{
   padding-top:10px;
}

#start #partner{
   clear:both;
   float:right;
   text-align:left;
   position:relative;
   top:0;
   left:0;
   width:340px;
   background-color:white;
   margin-top:15px;
   padding:8px 0 4px 0;
}

#start #partner img{
   margin-left:18px;
}

#start #highlight{
   position:relative;
   top:-230px;
   left:10px;
   width:340px;
   color:white;
   border: 1px white solid;
   padding:8px 8px 0 8px;
   z-index:100;
}

#start #highlight .title {
   font-size: 1.1em;
   color: #fff;
   font-weight:bold;
   padding:0;
   margin:0;
}

#start #highlight a.subTitle:link {
   color: #fff;
   font-weight:bold;
   padding:0;
   margin:0;
}

.white {
   color:#fff;
}
