@charset "utf-8";
/* CSS Document */
body {
	background-image: url('../images/background.gif');
	background-color: #6e6e6e;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#container {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}
#buttons {
	position:absolute;
	left: 335px;
	top: 10px;
}
#content {
	position:absolute;
	left: 335px;
	top: 120px;
	width: 625px;
	vertical-align:top;
	line-height:18px;
}

.infotable td {
	line-height:24px;
}
#logo {
	background-image: url(../images/ioslogo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 1px;
	top: 0px;
	width:400px;
	height:650px;
}
#langchoose {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	position: absolute;
	left: 821px;
	top: 83px;
	width: 140px;
	height: 100px;
	text-align: right;
	margin: 2px;
	padding: 2px;
}
#langchoose img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#slide1 {
	position: absolute;
	top: 204px;
	left: 74px;
}
#slide2 {
	position: absolute;
	top: 353px;
	left: 74px;
}
#slide3 {
	position: absolute;
	top: 502px;
	left: 75px;
}
