@charset "utf-8";
/* CSS Document */

h1 {
	color:#222222;
}
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	width:100%;
	overflow: hidden;
}
body {
	background-image:url(linkpages/back.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment: fixed;
	text-align: center;
	font: 76% Arial, sans-serif;
	overflow: auto;
}
#innert {
	width: 600px;
	margin: 1em auto;
	text-align:left;
}
#content {
	text-align:center;
	overflow: hidden;
    
	/* for IE */
	height: expression(document.body.clientHeight < 650? "650px": "auto");
	width: expression(document.body.clientWidth < 900? "900px": "auto");
	
	/* for mozilla */
	min-height: 650px;
	min-width: 900px;
	height: 100%;
	width: 100%;
}

#linktext{
	text-align:center;
	overflow: auto;
    
	/* for IE */
	height: expression(document.body.clientHeight < 650? "650px": "auto");
	width: expression(document.body.clientWidth < 900? "900px": "auto");
	
	/* for mozilla */
	min-height: 650px;
	min-width: 900px;
	height: 100%;
	width: 100%;
}
#sddm {
	margin: 0;
	padding: 0;
	z-index: 30
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}
#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 99px;
	height: 30px;
	background: #19748b;
	color: #FFF;
	text-align: center;
	text-decoration: none
}
#sddm li a:hover {
	background: #80BDC6
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #80BDC6;
	border: 1px solid #19748b
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 97px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #19748b;
	color: #FFF;
	font: 11px arial
}
#sddm div a:hover {
	background: #80BDC6;
	color: #FFF
}
