html, body {margin: 0; padding: 0; height: 100%;}
html {background: #fff url('images/bgbottom.png') repeat-x fixed bottom center; font-family: tahoma; font-size: 12px; min-width: 800px}
p, h2, h3, ul, table {margin: 0;}
h2 {font-size: 16px; font-variant: small-caps;}
a {border: none; color: #656868; text-decoration: none;}
a:hover {border-bottom: 1px #656868 dashed; color: #000;}
img {border: none;}
#shell {background: url('images/bgtop.png') repeat-x fixed top center;}
.clear {clear: both;}
#wrapper {position: relative; padding: 80px 0 0 0; margin: 0 auto; width: 800px;}
#logo {background: url('images/logo.png') no-repeat top left; border: none; position: absolute; top: 0; left: 0; overflow: hidden; text-indent: 200px; width: 170px; height: 155px; z-index: 50;}
#idea {background: url('images/idea.png') no-repeat top left; border: none; display: block; position: absolute; top: -5px; right: 0; overflow: hidden; text-indent: -200px; width: 240px; height: 45px; z-index: 50;}
#idea:hover {top: 0;}
#baseService {padding: 0; list-style: none; float: right;}
#baseService li {display: inline; padding: 0 5px;}
#hint {float: left; display: block; padding: 50px 0; width: 150px;}
#magicBox {position: relative; display: block; float: right; width: 530px;}
#menu {padding: 0; list-style: none; position: absolute; top: 50px; left: -95px; text-align: right; width: 100px;}
#menu2 {padding: 0; list-style: none; position: absolute; top: 150px; left: -95px; text-align: right; width: 100px;}
#menu a, #menu2 a {font-size: 14px; font-variant: small-caps;}
#heading {background: url('images/menu.png') no-repeat top center; color: #555; padding: 20px 0 0 20px; height: 40px; width: 510px;}
#content {background: url('images/content.png') repeat-y top center; padding: 0 40px; position: relative; min-height: 300px; width: 450px;}
#statistic {background: url('images/footer.png') no-repeat top center; padding: 20px 20px 0 0; position: relative; height: 90px; text-align: right; width: 510px;}
#footer {position: absolute; bottom: 40px; width: 510px; text-align: center;}
#tooltip{
	background: #ffffff;
	font: verdana;
	font-size: 10px;
	width:auto;
	border:1px solid #778899;
	border-left:5px solid #656868;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	opacity: 0.91;
	filter: alpha(opacity="91");
	line-height:15px; 	z-index:100;
	margin:0px;
	padding: 3px;
	position: absolute;
	visibility: hidden;
	border-collapse: separate;
}

input[type="text"]{height: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid black;}
input[type="password"]{height: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid black;}
textarea{ -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid black;}

#loader{display: none;}
