@charset "utf-8";

body { 
	position: relative;
}

.ie6 body {
	zoom: 75%;
}

#layout {
	position: static;
}

#header {
	position: absolute;
	top: 18px;
	left: 37px;
}

.ie6 #header {
	position: absolute;
	top: 18px;
	left: 42px;
}

#update {
	margin: 5px 35px 0 0;
}

.ie6 #update {
	margin: 5px -40px 0 0;
}

div#back_to_top {
	display: none;
}