    body {
        background-color: #073448;
        margin: 0;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 10pt;
        color: #083b51;
    }
    
    a, a:visited, a:active, a:hover {
        color: #083b51;
    }
    
    a img {
        border: none;
    }
    
    p {
        margin: 10px 20px;
        line-height: 15pt;
    }
    
    h2 {
        font-size: 20pt;
        font-weight: bold;
        font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
        color: #ff752a;
        margin: 0 0 10px 0;
    }
    
    h2.alt {
        color: #3595b7;
    }
    
    h3 {
        font-size: 13pt;
        font-weight: bold;
        font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
        margin: 25px 0 10px 0;
    }
    
    .content {
        width: 899px;
        margin: auto;
        background: url(/images/flashgamelicense/fgl_content_bg.png) repeat-y;
    }
    
    .header {
        margin-left: 8px;
        width: 881px;
        height: 241px;
        background: url(/images/flashgamelicense/fgl_header_bg.png) no-repeat;
        position: relative;
    }
    
    .header .logo {
        position: absolute;
        top: 10px;
        left: 20px;
    }
    
    .header .getStarted {
        position: absolute;
        top: 5px;
        left: 780px;
    }
    
    .box {
        width: 809px;
        margin: 15px auto;
    }
    
    .box .boxContent {
        background: #FFFFFF url(/images/flashgamelicense/fgl_box_bg.png) repeat-y;
        padding: 5px 20px;
    }
    
    .box .boxTop {
        background: url(/images/flashgamelicense/fgl_box_top.png) no-repeat;
        height: 12px;
    }
    
    .box .boxBottom {
        background: url(/images/flashgamelicense/fgl_box_bottom.png) no-repeat;
        height: 13px;
    }
    
    .footer {
        background-color: #76c4e7;
        width: 100%;
        height: 50px;
        border-top: #caecfc 3px solid;
        position: relative;
    }
    
    .footer .footerContent {
        width: 899px;
        height: 50px;
        margin: auto;
        position: relative;
    }
    
    .footer .footerContent .oooLogo {
        position: absolute;
        top: 5px;
        left: 20px;
    }
    
    .footer .footerContent .footerText {
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #196e94;
    }
    .footer .footerContent .footerText a {
        color: #196e94;
        text-decoration: none;
    }
