@charset "utf-8";

* {
	text-decoration: none;
	vertical-align: baseline;
	}

body {
	color: #5a5a5a;
	font-size: 77%;
	background: #FFFFFF;
	}

#wrapper {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	}

/* #####################################

Header

#################################### #*/

#header {
	width: 910px;
	height: 100px;
	margin-bottom: 10px;
	background: url(../images/header_background.png) center top no-repeat;
	}

h1 {
	position: absolute;
	width: 180px;
	height: 20px;
	margin-top: 20px;
	margin-left: 35px;
	text-indent: -9999px;
	background: url(../images/logo.png) left top no-repeat;
	}
	
/* #####################################

Menu

#################################### #*/

#menu {
	position: absolute;
	margin-top: 60px;
	margin-left: 35px;
	}
	
#menu li{
	float: left;
	margin-right: 20px;
	}
	
#menu a {
	height: 13px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: top;
	}

#menu_home {width: 33px;}
#menu_home a {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) 0 top no-repeat;}
#menu_home a:hover {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) 0 -13px no-repeat;}
	
#menu_biography {width: 55px;}
#menu_biography a {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -33px top no-repeat;}
#menu_biography a:hover {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -33px -13px no-repeat;}
	
#menu_discography {width: 67px;}
#menu_discography a {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -88px top no-repeat;}
#menu_discography a:hover {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -88px -13px no-repeat;}
		
#menu_schedule {width: 48px;}
#menu_schedule a {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -155px top no-repeat;}
#menu_schedule a:hover {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -155px -13px no-repeat;}
	
#menu_blog {width: 24px;}
#menu_blog a {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -203px top no-repeat;}
#menu_blog a:hover {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -203px -13px no-repeat;}
	
#menu_contact {width: 41px;}
#menu_contact a {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -227px top no-repeat;}
#menu_contact a:hover {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -227px -13px no-repeat;}
	
#menu_link {width: 41px;}
#menu_link a {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -268px top no-repeat;}
#menu_link a:hover {background: url(../images/menu_h0-bi33-d88-s155-bl203-c227-l268.png) -268px -13px no-repeat;}

/* #####################################

Content

#################################### #*/

#content {
	width: 900px;
	margin-left: 5px;
	padding: 0 10px;
	}

/* #####################################

Footer

#################################### #*/

#footer {
	width: 910px;
	height: 25px;
	background: url(../images/footer.png) center bottom no-repeat;
	}
	
#copyright {
	display: none;
	}
	
/* #####################################

Link

#################################### #*/

a:link,
a:visited {
	color: #5A5A5A;
	text-decoration: underline;
	}
	
a.inv {
	padding: 0 2px;
	}
	
a.inv:hover {
	background-color: #5A5A5A;
	color: #FFFFFF;
	}