#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 250px;
	height: 300px;
	position:relative;
	left: 580px;
	top: -40px;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	width: 223px;
	left: -20px;
	top: 529px;
	height: 121px;
}
#menu a:hover {
	background-position: left bottom;
}
#menu .index {
	width: 253px;
	height: 82px;
	background: url(../images/btn_home.png) no-repeat;
	left: 67px;
	top: 3px;
}
#menu .contact{
	width: 286px;
	height: 82px;
	background: url(../images/btn_contact.png) no-repeat;
	left: -12px;
	top: 468px;
}
#menu .profile{
	width: 286px;
	height:83px;
	background: url(../images/btn_profile.png) no-repeat;
	left: -81px;
	top: 73px;
}
#menu .threed{
	width: 116px;
	height: 80px;
	background: url(../images/btn_threed.png) no-repeat;
	left: 207px;
	top: 206px;
}
#menu .web {
	width: 189px;
	height: 81px;
	background: url(../images/btn_web.png) no-repeat;
	left: 134px;
	top: 122px;
}
#menu .arts{
	width: 238px;
	height: 131px;
	background: url(../images/btn_arts.png) no-repeat;
	left: -31px;
	top: 155px;
}
#menu .graphic{
	width: 289px;
	height: 144px;
	background: url(../images/btn_graphic.png) no-repeat;
	left: 24px;
	top: 349px;
}
#menu .interactive{
	width: 359px;
	height: 76px;
	background: url(../images/btn_interactive.png) no-repeat;
	left: -51px;
	top: 270px;
}
#menu .music{
	width: 221px;
	height: 81px;
	background: url(../images/btn_music.png) no-repeat;
	left: 84px;
	top: 546px;
}
#menu .blog{
	width: 165px;
	height: 101px;
	background: url(../images/btn_blog.png) no-repeat;
	left: -80px;
	top: 527px;
}
