/* CSS Document */
body
{
	background-color: #999999;
}

iframe
{
	background:transparent;
}

.box {
    position: absolute;
    left: 50%;
	top: 50%;
    width: 800px;
	height: 544px;
    margin-left: -400px;
	margin-top: -272px;
	border: 0px solid #FF0000;
	background-image: url(background.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:bottom;
}

.top_box
{
	width: 720px;
	height: 75px; 
	border: 0px solid #FF0000;
	margin: 0px 40px 0px 40px;
	font-family: Impact;
	font-size:60px;
}

.top_img
{
	position:absolute;
	margin: 0px 0px 0px 300px;
}

.menu_box
{
	width: 720px;
	height: 30px; 
	border: 1px solid black;
	margin: 0px 40px 0px 40px;
	color:#000000;
}

.menu_box ul
{
	font-family: Impact;
	font-size:18px;
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu_box ul li
{
	margin: 0px 5px 0px 0px;
	padding: 2px;
	float: left;
}
.menu_box a
{
    width: 100%;
    text-decoration: none;
	color:#000000;
}

.menu_box a:hover
{
	/*background: #f7151a none;*/
	color:#f7151a;
	margin:1px;
}

.content_box
{
	width: 720px;
	height: 390px; 
	border: 1px solid black;
	margin: 0px 40px 0px 40px;
	overflow: hidden;
}
.content_frame
{
	width: 720px;
	height: 390px; 
	border: 0px solid #FF0000;
	margin: 0px 0px 0px 0px;
	overflow: auto;
}

.to_triad81
{
	position: absolute;
	font-family: Chiller;
	font-size:24px;
	font-weight:bolder;
	margin: -60px 0px 0px 600px;
}

.to_triad81 a
{
	text-decoration:none;
	color:#000000;
}

.to_triad81 a:hover
{
	text-decoration:none;
	color: #FF0000;
}

