/* Tags */

    body, html {
        background-color: #2B1458;
    }

    body {
        font: normal 0.625em Verdana, Arial;
    }
    
    p {
        color: #483392; 
        text-align: center;
    }
    a {
        color: #007B8F; 
    }

/* Layout */

    #content {
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        width: 750px;
    }
    
    #flash-content, #title {
        left: 25px;
        position: absolute;
        top: 10px;
    }

    #flash-content2  {
        left: 25px;
        position: absolute;
        top: 500px;
    }

    
    #title {      
        background: url(../images/logo.png) no-repeat left top;
        height: 480px;
        width: 43px;
    }
    
    #flash-content  {
        color: #fff;
        font: bold 120% Verdana;
        height: 480px;
        left: 75px;
        width: 640px;
    }
	
    #flash-content2 {
        color: #fff;
        font: bold 120% Verdana;
        height: 80px;
        left: 75px;
        width: 640px;
    }	
    
    #blurb {
        padding-top: 580px; 
    }
