body {
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	background-color:#fff;
	font-size:13px;
	line-height:14px;
	border-style:solid;
	border-color:#cca;
	border-width:14px 0px 0px 0px;
}

div#container {
	position:relative;
	top:40px;
	left:0px;
	width:500px;
	height:400px;
	margin:0 auto;
	border-style:solid;
	border-color:#f00;
	border-width:0px;
}

div#logo {
	position:absolute;
	top:10px;
	left:0px;
	width:240px;
	height:190px;
	padding:3px;
	background-image : url("./images/logo-jss.gif");
	background-repeat : no-repeat;
	background-position:center;
}

h1 {
	margin:20px 0 30px 0;
	padding:10px 0 10px 0;
	font-size:18px;
	border-style:solid;
	border-color:#ccc;
	border-width:1px 0px 1px 0px;
}

div#lang-type {
	position:absolute;
	top:10px;
	left:255px;
	padding:3px;
	width:240px;
	height:190px;
	padding:3px;
}

div#lang-type ul {
	list-style:none;
	margin:0;
	padding:0;
}

div#lang-type ul li {
	display:block;
	width:100px;
	height:20px;
	float:left;
	margin:5px;
	padding:0;
}

div#lang-type ul li a {
	display:block;
	width:100px;
	height:20px;
	margin:0;
	padding:3px;
	text-align:center;
	text-decoration:none;
	font-family:"Times New Roman", "New York", serif;
}

div#lang-type ul li a:link,
div#lang-type ul li a:visited {
	color:#666;
	background-color:#eeeee0;
	border-style:solid;
	border-color:#ddd;
	border-width:1px 1px 1px 1px;
}

div#lang-type ul li a:active {
	background-color:#ffeeee;
	border-style:solid;
	border-color:#bbb #ddd #eee #ccc;
	border-width:1px 1px 1px 1px;
}
div#lang-type ul li a:hover {
	color:#000;
	background-color:#ddddd0;
	border-style:solid;
	border-color:#eee #ccc #bbb #ddd;
	border-width:1px 1px 1px 1px;
}

div#contact-en {
	position:absolute;
	top:250px;
	left:0px;
	width:500px;
	height:140px;
	padding:3px;
	text-align:left;
	border-style:solid;
	border-color:#ddd;
	border-width:1px 0px 1px 0px;
}

div#contact-en h2 {
	margin:0 0 5px 0;
	padding:0 0px;
	width:100%;
	font-size:14px;
	height:24px;
	line-height:24px;
	text-align:left;
	background-color:#ddd;
	border-style:solid;
	border-color:#ccc;
	border-width:0px 0px 0px 0px;
}

#copyright {
	position:absolute;
	top:400px;
	left:100px;
	text-align:right;
	width:400px;
	height:30px;
	padding-right:10px;
	border-style:solid;
	border-color:#ccc;
	border-width:0px 0px 0px 0px;
}

#counter {
	position:absolute;
	top:400px;
	left:0px;
	text-align:left;
	width:100px;
	height:30px;
	padding-left:10px;
	border-style:solid;
	border-color:#ccc;
	border-width:0px 0px 0px 0px;
}

dl {
	margin:0;
}
p {
	margin:0;
	padding:5px;
	line-height:140%;
}


