        
        body{
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            color: #333;
            font-size: 12px;
        }
        a{ color: #ff8042;}
        #wrapper{
            width: 100%;
        }
        .header{
            width: 100%;
           
        }
        .logo{   
            margin: 10px;
            background: #fff;
            padding: 10px;
            border-radius: 5px;
            }
        .body-container{
            text-align: center;
            padding: 30px 0;
            width: 100%;
            position: fixed;
            
        }
        .body-container img{
            padding: 20px;
        }
        .level{
            font-size: 16px; 
            font-weight: bold;
            padding-top: 20px;
            
        }

        .footer{
            padding: 2% 1%;
            border-bottom: 2px solid #ffa642;
            background: #ffa642; /* Old browsers */
            background: -moz-linear-gradient(top, #ffa642 0%, #ff8042 55%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffa642 0%,#ff8042 55%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #ffa642 0%,#ff8042 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa642', endColorstr='#ff8042',GradientType=0 ); /* IE6-9 */
            color: #fff;
            overflow: hidden;
            position: fixed;
            bottom: 0;
            width: 98%;
            line-height: 18px;
            text-align: center
        }
        .left{
            float: left;
        }
        .right{
            float: right;
        }