﻿@charset "utf-8";
/* CSS Document */
html, body{
	background-color:#000000;
	margin: 0; padding: 0; height: 100%; border:none;
}
#topdown{
	width:100%;
	height:14px;
	background-image: url(../images/top-down.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	display: block;	
	}
.topleft{
	width:100%;
	height:14px;
	background-image: url(../images/topleft.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0px;
	}
.topright{
	width:100%;
	height:14px;
	background-image: url(../images/topright.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0px;
	}
#topdown2{
	width:100%;
	height:8px;
	background-image: url(../images/top-down2.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	display: block;	
	}
.topleft2{
	width:100%;
	height:14px;
	background-image: url(../images/topleft2.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0px;
	}
.topright2{
	width:100%;
	height:14px;
	background-image: url(../images/topright2.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0px;
	}
#copyright{display:block; bottom:0px;width:100%; position:fixed; z-index:1; min-width:1000px;}
#content{width:100%;height:100%;}
#content2{width:100%;}
#in-mu{
	position:absolute;
	width:1150px;
	height:215px;
	left:50%;
	margin-left:-575px;
	margin-left:-575px /9;
	z-index:30;
	top:-220px;
	overflow: hidden;
	}