 body {
	font-size:100%;	
    background-color: aliceblue;
 } 
 div.sliderLoading {
     text-align:center;
     font-size:2em;
     padding: 2em 1em 1em 1em;
 }

div.wrapper{
    position:fixed;
    width: 100%;
    background-color: azure;
    left: 0;
    top: 0;
    padding-left:0.5em;
    padding-right:0.5em;
}
div.wrapper a{
    display: block;
    height: 60px;
    background-image: url(moa.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 70px;
    border-bottom: 1px solid #E0E0E0; 
    line-height: 55px;
}
#moa a{
    background-image: url(moa.png);
}

a:link, a:visited{
    color: #000;
    text-decoration: none;
    cursor:default
}
a:hover, a:active {
    color: #01a;
    cursor: default;
}
div.wrapper a span.rightIcon{
    height: 60px;
    float: right;
    line-height: 55px;
    padding-right: 1em;
    color: grey; 
}

div.footer {
    clear: both;
    position: absolute;
    width: 100%;
    bottom: 0.5em;
    left:0;
    text-align:center;
    color: grey;
}