@charset "utf-8";
/* CSS Document */

body 
{
	background-color:#000;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#FFF;
	font-size:18px;
}
#container 
{
   min-height:100%;
   position:relative;
}
#header 
{
   padding:10px;
}
#body 
{
   padding-bottom:60px;   /* Height of the footer */
}

#title
{
	letter-spacing:2px;
	background-color:#009;
	left:0;
	width:289px; 
	position:absolute;
	text-align:center;
}

#titlecontent
{
	border:thin double #009;
	width:287px; 
	left:0; 
	margin-right:100px;
	text-align:center;
	font-size:14px;
}

#footer 
{
   position:absolute;
   width:100%;
   height:20pt;
   letter-spacing:1px;
   border:thin double #009; 
   font-family:Courier New, Courier, monospace; 
   font-size:20px;
   text-align:center;
}
<!--END CONTAINER-->

table
{
	border:thin double #009;
	width:550px;
}
a:link {color:#900;
		'Palatino Linotype', 'Book Antiqua', Palatino, serif;}
a:visited {color:#999;
		'Palatino Linotype', 'Book Antiqua', Palatino, serif;}
a:hover {text-decoration:underline;}
a
{
	text-decoration:none
}
#artistlinks
{
	border:thin double #009; 
	position:absolute; 
	top:500px; 
	padding:20px; 
	width:210px; 
	height:210px;
}
#artistlinks2
{
	border:thin double #009; 
	position:absolute; 
	top:775px; 
	padding:20px; 
	width:210px; 
	height:210px;
}
#navigation
{
	letter-spacing:1px; 
	border:thin double; 
	border-color:#009; 
	font-family:Courier New, Courier, monospace; 
	font-size:20px; 
	height:20pt;
	text-align:center;
}
#twitter
{
	border:thin double #009; 
	width:287px; 
	height:400px; 
	position:absolute; 
	padding-top:45px;
}
#content
{
	left:302px; 
	top:450px; 
	position:absolute;
}
#albums
{
	font-size:10px; 
	left:20px; 
	position:absolute;
	border:thin double #009;
	height:390px;
	width:550px;
}
#digitallinks
{
	left:570px; 
	width:210px; 
	height:390px; 
	top:274px; 
	position:absolute; 
	border-top:thin double #009;
	border-right:thin double #009;
	border-bottom:thin double #009;
}
#description
{
	left:780px; 
	width:444px; 
	height:370px; 
	top:274px; 
	position:absolute; 
	border-top:thin double #009;
	border-right:thin double #009;
	border-bottom:thin double #009;
	font-size:12px;
	padding:10px;
}