
html, body {
	font-family:'geneva', tahoma, arial;
	font-size:.8em;
	color:#555;
	margin:0px;
	padding:0px;
	max-height:100%;
	background-image:url('images/bgsquare.jpg');
	background-repeat:repeat-x repeat-y;
}

/*#wrap {
	height:100%;
} 


html>body #content-wrap {
	height:100%;
} */

.background {
	width:938px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.topBox  {
	width:938px;
	height:10px;
	margin-top:60px;
	position:relative;
	display:block;
	background-image: url('images/box_top.jpg');
	background-repeat:no-repeat;
}

.topHeader {
	padding-left:79px;
	color:#ccc;
	width:938px;
	height:auto;
	background-image: url('images/box_center.jpg');
	background-repeat: repeat-y;
}

.headerLeft {
	float:left;
}

.hearderRight {
	float:right;
}

.content {
	padding-left:67px;
	color:#777;
	width:938px;
	height:auto;
	background-image: url('images/box_center.jpg');
	background-repeat: repeat-y;
}

.contentContent {
	width:790px;
}

.footer {
	clear:both;
	color:#ccc;
	width:938px;
	height:11px;
	display:block;
	background-image: url('images/box_bottom.jpg');
	background-repeat: no-repeat;	
}

/* LINKS */
a {
	color:#555;
}
a:hover {
	color:#222;
}

a.biography {
	width:56px;
	height:20px;
	display:block;
	float:left;
	background-image:url('images/link_biography.png');
}

a.biography:hover {
	width:56px;
	height:20px;
	display:block;
	background-image:url('images/link_biography.png');
	background-position:-56px;
}

a.gallery {
	width:54px;
	height:20px;
	display:block;
	float:left;
	background-image:url('images/link_gallery.png');
}

a.gallery:hover {
	width:54px;
	height:20px;
	display:block;
	background-image:url('images/link_gallery.png');
	background-position:-54px;
}

a.music {
	width:43px;
	height:20px;
	display:block;
	float:left;
	background-image:url('images/link_music.png');
}

a.music:hover {
	width:43px;
	height:20px;
	display:block;
	background-image:url('images/link_music.png');
	background-position:-43px;
}

a.contact {
	width:59px;
	height:20px;
	display:block;
	float:left;
	background-image:url('images/link_contact.png');
}

a.contact:hover {
	width:59px;
	height:20px;
	display:block;
	background-image:url('images/link_contact.png');
	background-position:-59px;
}

a.store {
	width:44px;
	height:20px;
	display:block;
	float:left;
	background-image:url('images/link_store.png');
}

a.store:hover {
	width:44px;
	height:20px;
	display:block;
	background-image:url('images/link_store.png');
	background-position:-44px;
}

a.fanclub {
	width:105px;
	height:95px;
	display:block;
	background-image:url('images/fanclub.jpg');
}

a.fanclub {
	width:105px;
	height:95px;
	display:block;
	float:right;
	background-image:url('images/fanclub.jpg');
}

a.blog {
	width:96px;
	height:95px;
	display:block;
	float:right;
	background-image:url('images/blog.jpg');
}

a.myspace {
	width:97px;
	height:86px;
	display:block;
	float:right;
	background-image:url('images/myspace.png');
}

a.player {
	width:290px;
	height:66px;
	display:block;
	float:right;
}