﻿  /* hide from ie on mac \*/html
        {
            height: 100%;
            overflow: hidden;
        }
        #flashcontent
        {	
        	/*
            height: 100%;
            position: absolute;
            width: 100%;
            margin: 0;
            padding: 0;
            left:0;
            top:0;
			*/
			position: absolute;
			width: 100%;
			margin: 0;
			padding: 0;
			top: 0;
			right: 0;
			bottom: 120px;
			left: 0;
			overflow: hidden;
        }
        /* end hide */body
        {
            text-align: center;
            height: 100%;
            margin: 0;
            padding: 0;
            background-color: #f7f7f7;
            color: #212121;
        }
        .centered
        {
            text-align: justify;
            text-transform:uppercase;
            font-size:18px;
            position: absolute;
            top: 45%;
            left: 50%;
            margin-left: -150px;
            width: 400px;
            display:block;
        }
        .linkcolor
        {
            color: #8CC400;
        }
        #doesntexist, #expired
        {
        }
