@charset "utf-8";

body {
	background-color: #DADFE6;
	/*background-image: url(../images/Camo01.jpg);*/
}

h1, h2, h3 {
	text-align: center;
}

#banner {
	text-decoration: none;
	}
a:link#banner {
	color: black;
	}
a:visited#banner {
	color: black;
	}

#header {
	background-color: #99AAC8;
	/*opacity: 0.85;*/
	border: solid black 1px;
}

#info {
	background-color: #99AAC8;
	/*opacity: 0.85;*/
	border: solid black 1px;
	display: table;
	margin: 0 auto;
}

#artistAlbum {
	border-bottom: solid black 1px;
}

#tracks {
	display: table;
	margin: 0 auto;
	text-align: left;
}

#tracks h3 {
	text-align: left;
}

#back {
	border: solid green;
	text-align: left;
}

#home {
	border: solid blue;
	text-align: right;
}

/* The following is to keep the footer at the bottom of the page */

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
}

#contents {
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #99AAC8;
	/*opacity: 0.85;*/
	width: 100%; /* See SBMH note below */
	text-align: center;
	padding: 3px 0%; /* If you change width to, say, 70%, make sure to change left- and right-padding to 15% each (for a total of 100%) */
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100% (\width), others see whatever follows w\idth:. 
 */
#footer {
    \width: 100%;
    w\idth: 100%;
}

#main {
	margin-bottom: 2em;
	height: auto;
	padding: .5em;
}

/* End of Footer code */