﻿@font-face		{
				font-family:tfont;
				src:url('t.ttf'),
					url('t'); /* IE9 */
				}
				
body 	{
		background-color:white; background-image:url("seamless01.png"); font-size:100%; overflow:hidden; min-width:1024px;
		}

a	{ text-decoration:none; }
		
#mastertable	{
			display:table;
			position:absolute;
			width:99%;
			height:99%;
			min-width:1024px;
			min-height:600px;
			}
				
#mastercell 	{
			display:table-cell;
			vertical-align:middle;
			text-align:center;
			border-width:0px;
			outline-style:none;
			}
			
#signinbutton	{
				display:flex;
				width:25%;
				height:75px;
				margin:0 auto 10px auto;
				justify-content:center;
				align-items:center;
				border-width:3px;
				border-style:solid;
				border-color:rgba( 221, 221, 221, 1 );
				border-radius:5px;
				background-color:rgba( 221, 221, 221, 1 );
				background-image:url("seamless02.png");
				box-shadow:0px 0px 3px rgba( 0, 0, 255, 1 ), 0px 0px 5px #666666, 0px 0px 5px #cccccc;
				color:white;
				text-shadow:2px 2px 3px #010101;
				font-family:tfont;
				font-size:3em;
				flex-wrap:wrap;
				cursor:pointer;
				margin-right:auto; 
				margin-left:auto;
				position:relative;
				font-family:tfont;
				}
					
#signinbutton:hover	{ color:#ccffff; background-color:rgba( 0, 200, 255, 1 ); box-shadow:0px 0px 3px cyan, 0px 0px 5px blue, 0px 0px 5px cyan; }