html {
    height: 100%;
}

    body {
        height: 100%;
        margin: 0;
        padding: 0;
        background: #e7f3d5;
    }
    
    #all {
        width: 100%;
        height: 100%;
    }
    
        #all td {
            text-align: center;
            vertical-align: middle;
        }
        
        #frame {
            width: 708px;
            height: 425px;
            margin: 0 auto;
            border: solid 1px #FFF;
            background: #FFF;
            text-align: center;
            font-family: Arial, Tahoma, Verdana;
            color: #000;
        }
        
        p {
            margin: 0;
            padding: 0px;
            font-size: 10px;
            font-weight: normal;
            line-height: 18px;
        }
		 h1 {
            margin: 0;
            padding: 0px;
            font-size: 10px;
            font-weight: bold;
            line-height: 18px;
        }
        
            .xl, .l, .m, .s {
                line-height: 24px !important;
                letter-spacing: 3px;
            }
            
            .xl {
                font-size: 13px;
            }
            
            .l {
                font-size: 10px;
            }
            
            .m {
                font-size: 10px;
            }
            
            .s {
                font-size: 9px;
            }
            
            .xs {
                font-size: 9px;
            }
            
        a {
            text-decoration: none;
            color: #000;
        }
        
            a:hover {
                color: #95C051;
            }