 html *{
margin:0;               
padding:0;
border:none;
}     
 body{
font-family:Arial;
font-weight:bold;
font-size:12px;
} 

#pageover{
position:absolute;
top:0;
left:0;
z-index:2;
width: 100%;
height: 100%;
margin:0;
padding:0;
background-image: url('../images/transparent.gif');
background-position: 0 0;
background-repeat: repeat; 
}
#page{
width: 100%;
height: auto;
margin:0 auto;
padding:0;
background: -webkit-linear-gradient(rgba(254,244,9,1),rgba(255,255,255,1)); 
background: -o-linear-gradient(rgba(254,244,9,1),rgba(255,255,255,1));    
background: -moz-linear-gradient(rgba(254,244,9,1),rgba(255,255,255,1));      
background: linear-gradient(rgba(254,244,9,1),rgba(255,255,255,1));   
}
.top{
width: 100%;
height:50%;
margin:0 auto 40px auto;
}
.topimg{
width: 100%;
max-width:2560px;
height:auto;
margin:0 auto;
}
img.pictop{
width: 100%;
max-width:2560px;
height:auto;
}
#middlehome{
width: 80%;
height: 20%;
margin:0 auto 40px auto;
padding:0;
}
#middle{
width: 100%;
height: auto;
margin:0 auto 40px auto;
padding:0;
}
#middletext{
position:relative;
width: 100%;
height: 20%;
margin:5px auto 40px auto;
padding:0;
}
.text{
width: 70%;
height: auto;
font-family:Arial;
font-weight:normal;
font-size:1.5em;
color:#1e1e1e; 
margin: 0 auto;
padding:5px 0 5px 5px;
}
#under{
width: 100%;
max-width:2560px;
height: auto;
margin:0 auto;
padding:0;
}
img.under{
width: 100%;
max-width:2560px;
height: auto;
}
.hidden{
display:none;
}
#hiddenpage{
position:absolute;
left:0;
width:100%;
height:100%;
display:none;
}
 #teller a{
position:absolute;
left:-5%;
top:-1%;  
z-index:4;   
width:8%;  
} 
.boxiframe{
position:absolute;
top:0;
right:20px;
z-index:15;
width:85px;
height:65px;
margin:0 45px 0 0;
}
html, body{
height:100%;
overflow:hidden;
}           
html>body a{
width:auto;
}
html{
overflow-y:scroll;
}
@media only screen and (min-width: 240px) and (max-width: 640px){
#page{
margin:0;
}
.top{
padding:50px 0 0 0;
}
.text{
width: 95%;
height: auto;
font-family:Arial;
font-weight:normal;
font-size:1.5em;
color:#1e1e1e; 
margin: 0;
padding:5px 0 5px 10px;
}
 #teller a{
position:absolute;
left:-10%;
top:-1%;  
z-index:4;   
width:12%;  
} 
}