body {
	background-color: #000;
	margin: 0px;
	overflow: hidden;
	height: 100%;
}
/*div {border: 1px solid #FF0000;}*/
#introbox {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility:visible;
	z-index: 4;
	background-color:#000;
	font-family: Arial Black, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	
}
#introbox a:link { font-weight:bold; color:#FFFFFF; text-decoration:none; }
#introbox a:visited { font-weight:bold; color:#FFFFFF; text-decoration:none; }
#introbox a:focus { font-weight:bold; color:#FFFFFF; text-decoration:none; }
#introbox a:hover { font-weight:bold; color:#06F; text-decoration:none; }
#introbox a:active { font-weight:bold; color:#FFFFFF; text-decoration:none; }
#introbox #tab #row1{
	height: 185px;
	width: 100%;
	background-image:url(../image/bg/menu_bg.gif);
	background-repeat:repeat-x;
	background-color:#000;
}
#introbox #tab #row1 #logobox {
	height: 165px;
	width: 281px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
#introbox #tab #row1 #loginbox {
	height: 165px;
	width: 270px;
	position: absolute;
	top: 0px;
	left: 290px;
	z-index: 2;
}
#introbox #tab #row1 #loginbox a:link { font-weight:normal; color:#000000; text-decoration:none; }
#introbox #tab #row1 #loginbox a:visited { font-weight:normal; color:#000000; text-decoration:none; }
#introbox #tab #row1 #loginbox a:focus { font-weight:normal; color:#000000; text-decoration:none; }
#introbox #tab #row1 #loginbox a:hover { font-weight:normal; color:#000000; text-decoration:none; }
#introbox #tab #row1 #loginbox a:active { font-weight:normal; color:#000000; text-decoration:none; }
#introbox #tab #row2 #col1{
	width: 32%;
	float: left;
	padding-left:15px;
}
#introbox #tab #row2 #col2{
	width: 32%;
	float: left;
}
#introbox #tab #row2 #col3{
	width: 32%;
	float: left;
}
#introbox #tab #row3{
	width: 100%;
}
#headerbox {
	height: 185px;
	width: 100%;
	background-image:url(../image/bg/menu_bg.gif);
	background-repeat:repeat-x;
	background-color:#000;
}
#headerbox #header {
	height: 185px;
	width: 100%;
}
#headerbox #header #logobox {
	height: 165px;
	width: 281px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
#headerbox #header #loginbox {
	height: 165px;
	width: 270px;
	position: absolute;
	top: 0px;
	left: 290px;
	z-index: 2;
}
#headerbox #header #loginbox a{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#headerbox #header #navibox {
	height: 360px;
	width: 414px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}
#headerbox #header #navibox #navigation{
	height: 360px;
	width: 414px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#headerbox #header #navibox a{
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
}
#contentbox {
	height: 100%;
	width: 100%;
	font-family: Arial Black, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
