@charset "utf-8";
/* CSS Document */

    html {
        height: 100%;
        overflow: hidden
    }
	#menuBar {
		background-color: #b2b2b2;
		height: 70px;
	}
    #flashcontent {
        width: 100%;
        height: 87%;
    }
	#footer {
		background-color:#999;
		color:#003;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		vertical-align:bottom
	}
    /* end hide */
    body {
        height: 100%;
        margin: 0;
        padding: 0;
		background-color:#999;
    }
	a {
		color:#333;
	}
