@CHARSET "UTF-8";

/*-----------------------------------
        LAYOUT STYLES
-----------------------------------*/

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background: #000000;
}

#flashContent {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#noFlashContent {
	width: 500px;
	margin: 50px auto;
}

/*-----------------------------------
        TYPOGRAPHY STYLES
-----------------------------------*/

body {
    font-size: 62.5%;
    font-family: Verdana;
}
