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

*{
	margin:0;
	padding:0;
	border:0;
	
	
}

#container{
	
	width:966px;
	
}

#nav{
	
}

#nav a.nav-home{
	width:200px;
	height:100px;
	background:red;
	position:absolute;
	left:756px;
	top:10px;
}
#nav a.nav-music{
	width:200px;
	height:100px;
	background:blue;
	position:absolute;
	left:756px;
	top:120px;
}
#nav a.nav-lyrics{
	width:200px;
	height:100px;
	background:yellow;
	position:absolute;
	left:756px;
	top:230px;
}
#nav a.nav-about{
	width:200px;
	height:100px;
	background:green;
	position:absolute;
	left:756px;
	top:340px;
}
#nav a.nav-buy{
	width:200px;
	height:100px;
	background:purple;
	position:absolute;
	left:756px;
	top:450px;
}
#nav a.nav-photos{
	width:200px;
	height:100px;
	background:black;
	position:absolute;
	left:756px;
	top:560px;
}
#nav a.nav-blog{
	width:200px;
	height:100px;
	background:orange;
	position:absolute;
	left:756px;
	top:560px;
}
#nav a.nav-links{
	width:200px;
	height:100px;
	background:gray;
	position:absolute;
	left:10px;
	top:10px;
}
#nav a.nav-blog{
	width:200px;
	height:100px;
	background:brown;
	position:absolute;
	left:10px;
	top:120px;
}
#nav a.nav-friend{
	width:200px;
	height:100px;
	background:violet;
	position:absolute;
	left:10px;
	top:230px;
}
#nav a.nav-press{
	width:200px;
	height:100px;
	background:teal;
	position:absolute;
	left:10px;
	top:340px;
}
#nav a.nav-contact{
	width:200px;
	height:100px;
	background:#660;
	position:absolute;
	left:10px;
	top:450px;
}
#nav a.nav-shows{
	width:200px;
	height:100px;
	background:#770;
	position:absolute;
	left:10px;
	top:560px;
}