    html, body {
        height: 100%;
        overflow: hidden;
    	color: #554b6d;
    }
    
    body {
        font-family: Arial, "Helvetica Neue", sans-serif;
    	font-size: 14px;
        margin: 0;  
    	background-color: #e5e4ec;              
    }
    
    A {
        color: #120547;
        text-decoration: underline;
    }
    
    #content {
    	height: 100%;
    }