/*
	960 Grid System - Text CSS.
	Learn more - http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
body
{
	background: #0b0801;
	border-top: 5px solid #000;
	color: #2c2714;
	font: 14px Georgia, serif;
	line-height: 1.7;
	padding: 20px 0 40px;
	background-image:url(../img/bkg.jpg);
  	background-repeat:no-repeat;
	text-align:center;
	margin:auto;
	
}

.cd{background-image:url(../img/bkg_cd.jpg);
  	background-repeat:no-repeat;
	width: 493px;
	height: 428px;

	
}
.player{
	padding:245px 0px 0px 280px;
	
}
address {
	font-style: none;
	margin: 10px 0px 10px 0px;

}

a
{
	color: #face05;
	text-decoration: none;
}


a:focus
{
	outline: 1px dotted invert;
}
a:hover
{
	text-decoration: underline;
}

hr
{
	background: #ddd;
	border: 0;
	clear: both;
	color: #ddd;
	height: 1px;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

li,
dd
{
	margin-left: 0px;
	font-size: 10px;
	
}

p,
dl,
hr,

ol,
ul,
pre,
table,
fieldset
{
	margin-bottom: 10px;
}

 span.dropcap {
  display:block;
  float:left;
  width:81px;
  height:81px;
  margin-right:5px;
  background-image:url(../img/dropcap_i.gif);
  background-repeat:no-repeat;
  }
span.dropcap span {display:none;}

.credits {
	color: #987d04;
	line-height: 1.5;
	}
	
.story {
	background: #b39928;
background-image:url(../img/bkg_story.jpg);
  background-repeat:no-repeat;
  line-height: 1.5;
  text-align:left;
  width: 330px;
	}
	

