﻿@charset "UTF-8";
/* CSS Document */


html, body, #back, #back table, #back td, #cont{
    height:100%;
    width:100%;
    overflow:hidden;
	}
	
a {color: #000; text-decoration:none; }
a:hover {color:#000;  outline:none; text-decoration:none; 
background:#edfdb7;
 }
#back {
position:absolute;
}
#back div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
	}

#back td {
    text-align:center;
    vertical-align:middle;
	}

#back img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
   _width:50%;
	}
#cont{
	position:absolute;
	top:0;left:0;
	z-index:70;
	overflow:auto;
	}
#wrap {
	width:97%;
	background:url(/images/blank.gif);
	}
#trans {
	width:100%;
	height:100%;
	background:url(/images/toka.png);
	position:absolute;
	z-index:20;
	}

/*------------------*/

