@charset "utf-8";
body {
	background-color: #010904;
	font-family:Helvetica, Arial, sans-serif;
}
p {color: #fff;}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #EF236A;
}
h2 {
	font-size: 15px;
	font-weight: bolder;
	text-decoration: underline;
	text-align: right;
	margin-bottom:40px;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom:10px;
	color: #fff;
	margin-top: 50px;
}
#container {
	width:1080px; height:720px;	margin: 50px auto 0 auto; position:relative;
}
#home,#ali,#derf,#photos,#music { width:1080px; height:720px; }
#home { background:url(../_img/bg/bg_home.jpg) no-repeat top left; }
#ali { background:url(../_img/bg/bg_ali.jpg) no-repeat top left; }
#derf { background:url(../_img/bg/bg_derf.jpg) no-repeat top left; }
#music { background:url(../_img/bg/bg_music.jpg) no-repeat top left; }
#photos { background:url(../_img/bg/bg_photos.jpg) no-repeat top left; }

#navigation {
	width:670px; height:209px;
	bottom: 0px; left:206px;
	position: absolute;
	list-style: none;
}

#navigation a {
  display: block;
  position:absolute;
}

#navigation a * {
  display: none;
}

/* individual navigation items */

#navigation a.home {
	background: url(../_img/_nav/home.png) no-repeat top left;
	width: 221px; height:201px;
	left:8px; bottom:0px;
}

#navigation .highlight a.home:hover,
#navigation a.home .hover {
  background: url(../_img/_nav/home_over.png) no-repeat top left;
  width: 221px; height:201px;
  left:8px; bottom:0px;
  display:block;
}
#navigation a.about {
	background: url(../_img/_nav/about.png) no-repeat top left;
	width: 239px; height:156px;
	left:129px; bottom:0px;
}

#navigation .highlight a.about:hover,
#navigation a.about .hover {
  background: url(../_img/_nav/about_over.png) no-repeat top left;
  width: 239px; height:156px;
  left:129px; bottom:0px;
  display:block;
}

#navigation a.photos {
	background: url(../_img/_nav/photos.png) no-repeat top left;
	width: 271px; height:208px;
  	left:329px; bottom:0px;
}

#navigation .highlight a.photos:hover,
#navigation a.photos .hover {
  background: url(../_img/_nav/photos_over.png) no-repeat top left;
  width: 271px; height:208px;
  left:329px; bottom:0px;
  display:block;
}
#navigation a.music {
	background: url(../_img/_nav/music.png) no-repeat top left;
	width: 203px; height:205px;
  	left:465px; bottom:0px;
}

#navigation .highlight a.music:hover,
#navigation a.music .hover {
  background: url(../_img/_nav/music_over.png) no-repeat top left;
  width: 203px; height:205px;
  left:465px; bottom:0px;
  display:block;
}
#about_text {
	width:480px;
	height:455px;
	margin:0 0 0 214px;
	padding: 45px 60px 0 60px;
	color:#fff;
	font-size:12px;
}
#about_text p {
	margin-bottom: 10px;
	line-height: 18px;
	text-align: justify;
}
#about_text p.first_par {
	padding-left: 150px;
}
a{ color: #c10f28; }

#music_box {
	width:287px;
	height:322px;
	padding: 70px 35px 0 35px;
	position: absolute;
	left: 345px;
	top: 71px;
	
}
.powered_by {
	font-size: 8px;
	color: #666;
	text-align: right;
}
.powered_by a{
	color: #666;
	text-decoration: none;
}
#music_box h2 {
	color:#fff;
	text-decoration:none;
	margin-bottom:25px;}
#music_box img{
	margin-top:25px;
}
.photo_links {
	left: 0px;
	top: 135px;
	position: absolute;
}
#music_box a.download {
-moz-border-radius:8px 8px 8px 8px;
-moz-box-shadow:0 1px 0 #000000;
-webkit-border-radius:8px;
border-radius: 8px;
-webkit-box-shadow:0 1px 0 #000000;
background:#f93b7c;
background:-moz-linear-gradient(center top , #f93b7c, #e86678) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, left top, left bottom, from(#f93b7c), to(#e86678));

border-top:1px solid #96D1F8;
color:rgba(255, 255, 255, 0.85);
color:#fff;
display:block;
float:left;
font:bold 11px/16px "Lucida Grande","Verdana",sans-serif;
height:17px;
margin:0 5px 0 0;
padding:0 10px;
text-decoration:none;
text-shadow:0 1px 0 rgba(0, 0, 0, 0.4);
}
#music_box a.download:hover {
	background:-moz-linear-gradient(center top , #636363, #b0b0b0) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#b0b0b0));
	border-top: 1px solid #4789b4;
	color: rgba(255,255,255,.85); 
}	
#music_box a.download:active {
	background:-moz-linear-gradient(center top , #89091b, #e86678) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#89091b), to(#e86678));
	border-top-color: #245779;
	position: relative;
	top: 1px; 
}
#player {margin-bottom:3px;}
#footer {
	width:1080px; height:720px;	margin: 5px auto 0 auto; text-align:right;
}
