@charset "UTF-8";
/* CSS Document */

body {
	
	background:#000;
	font-family: 'Muli', sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}



#nav{
	background-image:url(images/title%20page2.png);
	width:1024px;
	height:700px;
	margin:auto;
}

#nav a{
	display:block;
	float: left;
	text-decoration:none;
	color:#FFF;
	font-family: 'Muli', sans-serif;
	font-variant:small-caps;
	font-size:22px;
}

#nav a span{
	visibility:hidden;
	display:block;
}

#nav a:hover{
	background-position:0;
}

#title a{
	float:right;
	width:580px;
	margin-top:40px;
	margin-right:215px;
	height:120px;
}

/* services link */

#services a{
	float:left;
	width:109px;
	height:134px;
	background:url(images/about.png) no-repeat -100px 0;
	margin-top:231px;
	margin-left:340px;
}

#services a:hover span{
	margin:160px 10px;
	visibility:visible;
}

/* ---------- */

/* projects link */

#projects a{
	float:left;
	width:119px;
	height:290px;
	background:url(images/projects.png) no-repeat -120px 0;
	margin-top:141px;
	margin-left:-11px;
}


#projects a:hover span{
	margin:300px 30px 0;
	visibility:visible;
}

/* ---------- */

/* news link */

#news a{
	width:91px;
	height:171px;
	background:url(images/news.png) no-repeat -150px 0;
	margin-top:278px;
	margin-left:30px;
}

#news a:hover span{
	margin: -40px 15px;
	visibility:visible;
}

/* ---------- */

/* music link */

#music a{
	width:150px;
	height:180px;
	background:url(images/music.png) no-repeat -150px 0;
	margin-top:69px;
	margin-left:0px;
}

#music a:hover{
	background-position:90px 10px;
}

#music a:hover span{
	margin:50px -5px;
	visibility:visible;
}

/* ---------- */

#note{
	clear:both;
	text-align:center;
}

#note p{
	padding:0;
	margin:0;
	color:#333;
	font-size:12px;
}

/* #footer styling */

#footer{
	clear:both;
	margin:25px 50px 10px;
	padding:35px 25px 0;
	height:55px;
	background-image:url(images/contentback.png);
	background-repeat:repeat-y;
}

#footer a, #footer a:visited{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	color:#CCC;
	text-decoration:underline;
}

#footer div{
	font-size:13px;
	color:#666
}

#footer div.left{
	display:block;
	float:left;
}

#footer div.right{
	display:block;
	float:right;
}

/*---------*/
