body#loader {
  background-image: url("/static/images/pattern.png");
  background-repeat: repeat;
  text-align: center;
  margin: 0;
  padding-top: 6%;
  padding-bottom: 25px;
}

#content {
	 border: none;
	 width: 444px;
	 text-align: left;
	 margin: 0 auto; 
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}

button {
	overflow: visible;
	width: auto;
}

button.link {
	-moz-user-select: text;
	font-size: 1em;
	text-align: left;
	color: blue;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	height:27px;
	padding-left: 55px;
}

button.link:hover span,
button.link:focus span {
	text-decoration: underline; color: red;
}

img {
	border: 0;
}

#navbar table {
	margin: 0 auto; 
	padding-top: 55px;
	padding-bottom: 35px;
}

#navbar td {
	padding:15px;
}

#langbar {
	width: 130px;
	text-align: center;
	margin: 0 auto;
}

#langbar form {
	display: inline;
}

