/* CSS Document */
body						{ margin:0; padding:0; background-color: #500 }
div							{ margin:0; padding:0 }
.h100						{ height:100% }
.w100						{ width:100% }
.abs						{ position: absolute }
.rel						{ position: relative }
.topleft					{ top:0; left:0; z-index:1000 }
.z0							{ z-index: 0 }
.fl							{ float:left }
.linkas		{ 
	width: 80px; height:24px; 
	line-height:24px; 
	font: 12px Arial; 
	position:absolute; 
	bottom:18px; 
	left: 180px; 
	width:70px; 
	background-color: #500;
	text-align:left;
	z-index:1000
	}
.linkas a, .linkas a:hover 	{ text-decoration: none; color: #933 }


