body {
	background: #555;
}

a:link {
  color: #555;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #555;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #555;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  color: #555;
  text-decoration: none;
  font-weight: bold;
}

.container {
  margin: 40px auto;
  width: 480px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 240px 0 10px 0;
  background: white url("images/os_items.png") no-repeat;
}

#category,#title {
	min-width: 200px
}

#itemInfo {
	padding: 10px;
	font-family: 'PT Sans';
}

#itemInfo h2 {
	margin: 0 0 16px 0;
}

.backToWiki {
	position: fixed;
    top: 6px;
    left: 50%;
    margin-left: -100px;
    z-index: 9999;
    width: 200px;
    padding: 2px;
    border: 1px solid #000;
    border-radius: 5px;
  	background: #ffffff;
  	text-align: center;
  	font-family: 'PT Sans';
}

.footer {
	position: fixed;
    bottom: 8px;
    right: 8px;
    z-index: 9999;
    width: auto;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 5px;
  	background: #ffffff;
  	text-align: center;
  	font-family: 'PT Sans';
  	font-size:12px;
}

select:invalid { color: gray; }