0html,
body {
	height: 100%;
	overflow: hidden;
}
body {
   
    background-color: #555555;
  
    
	font-family: "Courier New", monospace;
	color: white;
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#page {
	text-align: left;
	width: 500px;
	background: none black 0 100% no-repeat;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#menu {
	background-color: gray;
	padding-left: 10px;
	 _float: left; 
     _width: 100%; 
}
#menu a {
	display: block;
	float: left;
	padding: 10px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
}
#menu a:hover,
#menu a.selected {
	color: white;	
}
#menu a:focus {
	-moz-outline: none;	
}
#content {
	height: 450px;
	overflow: auto;
	padding: 40px 20px 20px 20px;
	color: silver;
	
}
h1 {
	cursor: default;
	color: #A40000;
	margin: 0;
	position: absolute;
	bottom: 16px;
	right: 22px;
}
h4 {
	margin: 0 0 1.3em 0;
	border-bottom: 1px solid silver;
}
p {
	margin: 0 0 1.3em 0;
	padding: 0;
}
p#keywords {
	display: none;	
}
a {
	text-decoration: none;
	color: silver;
	font-weight: bold;
}
a:hover {
	color: white;	
}
a.capitalist {
	color: red;	
}
img.cover {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;	
	border: 1px solid silver;
}

img.cover2 {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;	
	border: 1px solid silver;
}

div.albuminfo img.cover {
	width: 200px;
	height: 200px;
	display: block;
	margin-bottom: 10px;
	float: none;
}
div.albuminfo div.covers {
	float: left;
	margin-right: 10px;
}
div.album {
	padding-bottom: 2.6em;
}
div.album a {
	text-decoration: none;	
}
div.clear {
	clear:both;
}
