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

body{
	margin: 0px;
	
	height: 100%;
}

#site{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
	float: left;
	
	z-index: 1;
}

#menu{
	position: absolute;
	left: 48%;
	top: 41%;
	
	width: 418px;
	height: 236px;
	
	margin-left: -209px;
	margin-top: -168px;
	
	float: left;
	
	z-index: 2;
}

img{
	border: none;
}

td{
	vertical-align: top;
}

