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

html{
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0; 
	padding: 0; 
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E1E0DD;
	/*background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;*/
}

a, a:hover, a:visited {
	color: #FF6600;
	border: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#logo {
	background-image: url('images/jigind.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 49px;
	margin-top: 173px;
	position: absolute;
}

#nav {
	/*background-image: url('images/nav.png');*/
	width: 439px;
	height: 385px;
	position: fixed;
	left: 50%;
	margin-left: -653px;
	margin-top: 82px;
}

#underconst {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	margin-left: -407px;
	margin-top: -122px;
	width: 815px;
	height: 244px;
	background-image: url(images/underconst.png);
}

#underconstText{
	width: 472px;
	/*height: 138px;*/
	font-size: 14px;
	color: #2C201E;
	font-weight: bold;
	font-family: "Arial", Helvetica, sans-serif;
	margin-left: 273px;
	margin-top: 121px;
}