html {
  height: 100%;
  overflow: hidden;
}
body {
	height: 100%;
	padding:0;
	background-color: #505050;
}
#container {
	height:100%;
	width:100%;
	margin:4px auto;	
	-moz-box-shadow: 4px 4px 8px rgb(33,33,33);
	box-shadow: 4px 4px 8px rgb(33,33,33);
}
body,td,th {
	color: #CCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	
	text-shadow: 0px 4px 3px rgba(0,0,0,0.5),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
a:visited {
	text-decoration: none;
	color: #a3a3a3;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

#selgitus {float:left; padding-left:2%; font-family:Verdana, Helvetica, sans-serif; font-size:11px; color:#cccccc; text-decoration:none;
 no-repeat top left; height:30px; width:500px; padding:0 20px 0 30px;}
#kodulink {float:right; padding-right:3%;}
#ormar { font-family:Verdana, Helvetica, sans-serif; 
 no-repeat top right; height:20px; width:100px; padding:5px 20px 12px 0;}
 
