/* CSS Document */
/* Descriptions Styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

html, body {
    height: 100%; 
	overflow: hidden;
}
	  
#container {
    height: 100%; 
	overflow: hidden; 
	position: relative; 
	z-index: 1;
}

#scrtmbs {
	position: absolute; 
	width: 68px; 
	z-index: 2;
}

#contr {
	position: absolute; 
	z-index: 3; 
	top: 438px; 
	left: 0px; 
	width: 68px;
}
