html {
        background: url(bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color:white;
        back-color:black;
}

.bodyBox{    
    display:block;


    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
}

.contentBox{
    margin:5%;
    padding:5%;
    color:white;
}

.formattedContentBox{
    margin:5%;
    padding:5%;
    font-family:"Helvetica", Arial, sanserif;
    font-size:2em;
    text-align:center;
    font-size:1em;
}

a{
    color:white;
    text-decoration:none;
}
a:hover{
    color:#CCFFFF;
}

div.jHtmlArea .ToolBar ul li a.custom_disk_button 
        {
            background: url(images/disk.png) no-repeat;
            background-position: 0 0;
        }
        
div.jHtmlArea { 
    border: solid 1px #ccc;
    background-color:#FFFFFF;
      width: 100%;
    margin: auto;
    overflow:hidden;
    }
#txtDefaultHtmlArea{
    width:100%;
}
.small{
    font-size:1em;
}

.large{
    font-size:1.5em;
}

.alignLeft{
    text-align:left;
}
a.box{
    padding:1%;
    border: 2px solid white;
    background-color: #000000;
    display:block;
}
a.box:hover{
    background-color:#000033;
}

