/* CSS Microsoft banner */

*,
body,
html {
    padding: 0;
    margin: 0;
}

.container {
    position: absolute;
    width: 120px;
    height: 600px;
    overflow: hidden;
    background: white;
    cursor: pointer;
}

#border {
    position: absolute;
    border: 1px solid #ddd7e3;
    width: 118px;
    height: 598px; 
    top:0;   
    z-index: 999;
}

#overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index:10;
    top:0;
}


a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 999;
/*    background-image: url("transparant.png");
    background-repeat:repeat;*/
}

.images{
  position:absolute;
  top:0px;

}

#bg1{
  right:0px;
  top:0px;
}

#bg2{
  right:0px;
  top:0px;
}

#bg3, #bg4{
  position:absolute;
  top:0px;
  right:0px;
}

#bg3a{
  position:absolute;
  left:91px;
  top:124px;
  height:75px;
}

#blink{
  top:143px;
  left:117px;
}

#btnWrapper{
position: absolute;
width: 104px;
height: 51px;
left: 8px;
bottom: 76px;
background-color: #0078d7;
/*border: 2px solid #0078d7;*/
z-index: 1000;
overflow:hidden;
}

#btnTxt, #btnTxtHover{
position: absolute;
    left: 15px;
    top: 12px;
    z-index:1;
}

#btnWrapper2{
position: absolute;
width: 124px;
height: 51px;
top: 52px;
background-color: #002050;
}

#logo{
  z-index:1;
}