body {
	font-family:Tahoma,sans-serif,verdana,helvetica;
	font-size:10pt; color:#636363;
	-webkit-text-size-adjust : 100%; 
	-ms-text-size-adjust : 100%;  
	height:100%;-webkit-animation:bugfix infinite 1s;-webkit-font-smoothing:antialiased;
	margin:0;
	padding:0;
}

.navbar {
	overflow: hidden;
	background-color: #333;
	color:white;
	font-weight:bold;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	height:28px;
	padding-top:10px;
	text-align:center;
}

.bottombar {
	overflow: hidden;
	background-color: #333;
	color:white;
	font-weight:bold;
	position: fixed; /* Set the navbar to fixed position */
	bottom: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	height:28px;
	padding-top:10px;
	text-align:center;
}