<style type="text/css">
	html {	height: 100%;	overflow: auto;}

	body {	
		height: 100%;
		margin: 0;
		padding: 0;
        background-color: #000;
        color: #FFF;
        overflow: hidden;
	}

	#mainDiv {
		width: 100%;
		height: calc(100vh - 20vw);
        position: fixed;
        top: calc(20vw);
        left: 0;
		overflow-y: scroll;
	}

    img.button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border:none;
        outline:none;
        margin: 0% 0% 0% 0%;
        background-color: #999;
        color: #000;
        padding: none;
    } 
    img.button:hover { 
        background-color: yellow;
    }


    img.buttonSel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border:none;
        outline:none;
        margin: 0% 0% 0% 0%;
        background-color: #FFF;
        color: #000;
        padding: none;
    } 

    img.center {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
    }

    h1 {
        font-family: Arial, Helvetica;
        font-size: calc(min(100vh - 20vw, 100vw) * 0.08);
        margin: 0 0;
    }

    p {
        font-family: Arial, Helvetica;
        font-size: calc(min(100vh - 20vw, 100vw) * 0.04);
        margin: 0 0;
    }

    a {
        font-family: Arial, Helvetica;
        font-size: calc(min(100vh - 20vw, 100vw) * 0.04);
        color: #FFFFFF;
        margin: 0 0;
    }

    a:link, :hover, :visited, :active {
    }

    .blinking {
        animation: blinker 1.0s cubic-bezier(.5, 0, 1, 1) infinite alternate;
        color: #FFFF00;
        text-decoration: none;
    }
    @keyframes blinker { to { opacity: 0.50; } }

    a.mm1 {
        display: block; position: absolute; top: 16vw; left: 5%; width: 30%; height: 4vw;
    }

    a.mm2 {
        display: block; position: absolute; top: 16vw; left: 35%; width: 30%; height: 4vw;
    }

    a.mm3 {
        display: block; position: absolute; top: 16vw; left: 65%; width: 30%; height: 4vw;
    }

    table {
         border-collapse: collapse;
         border:1px solid #FF0000;
         padding: 0 0 0 0;
         margin: 0 0 0 0;
         min-height: 1px;
    }
    td {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        min-height: 1px;
    }
    tr {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        min-height: 1px;
    }
</style>
