div#section-content {
    width: 100%;
    
    position: relative;
    
    top: -4px;
    
    font-size: 1.3em;
}

div#index-context-container {
    width: 100%;
    height: 9.35em;
    
    background-image: url("../images/white-grid-background.png");
    background-repeat: repeat;
}

div#index-context {
    width: 98%;
    height: 100%;
    
    float: right;
    
    /* Fallback for web browsers that doesn't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with opacity */
    background-color: rgba(255, 255, 255, .4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff)";
}

div#index-context p {
    width: 60%;
    
    margin: 20px;
}