/***** Mobius Band ****************/

html {
}

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	border: 0;
	margin: 0;
	background-color: black;
	color: white;
	margin-bottom:18px;
}

/***** text styles ****************/

/*zeros out all defaults and flattens text sizes*/
h1, h2, h3, h4, h5, p, div, img, table, tr, td, en {
	border:0;
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

/***** default links ****************/
a {
	text-decoration: none;
	color:white;
}

a:visited {
	text-decoration: none;
	color:white;
}

a:hover {
	text-decoration: none;
	color:white;
	background-color:#FF3399;
	cursor:pointer;
}

a:active, a:focus {
    outline: 0
} 

/***** Record Cover Page ****************/

.centerstuff {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	text-align: left;
	width:450px;
	height:740px;
	position:relative;
}

.recordcover {
}

.recordcover img {
	display:block;
	padding:12px;
	border:1px solid white;
	width:400px;
	height:400px;
	margin-bottom:3px;
} 
   
.recordcover img:hover{
	background-color:#FF3399;
}	

.recordinfo {
	position:relative;
	display: block;
	margin-top: 1.5em;
	margin-bottom:32px;
	border: 0px solid white;
}

.recordinfo div {
	position:absolute;
	display:block;
	width:600px;
	left:0px;
	top:0;
}

p {
	margin-top:.5em;
}

b {
	color:red;
	display:inline;
	margin-right:1em;
	background-color:none;
}

.song {
	display:inline;
	font-weight:normal;
	margin-bottom:.5em;
}

.credits {
	margin-top:2em;
	padding-left:1px;
}

