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

#index {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 550px;
	text-align: left;
}
#index ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 300px;
	top: 91px;
}
#index ul  li{
	padding: 0px;
	margin-bottom: 35px;
}
/*index images and image links*/
#indexImgDraw {
	background-image: url(../images/index/drawing.jpg);
	height: 118px;
	width: 83px;
	position: absolute;
	top: 44px;
	left: 170px;
}
#indexImgDraw a {
	display: block;
	height: 100%;
	width: 100%;
}
#indexImgObj {
	background-image: url(../images/index/objects.jpg);
	height: 117px;
	width: 121px;
	position: absolute;
	top: 204px;
	left: 101px;
}
#indexImgObj a {
	display: block;
	height: 100%;
	width: 100%;
}
#indexImgPref {
	background-image: url(../images/index/performances.jpg);
	height: 143px;
	width: 95px;
	position: absolute;
	left: 555px;
	top: 170px;
}
#indexImgPref a {
	display: block;
	height: 100%;
	width: 100%;
}
#indexImgWords {
	background-image: url(../images/index/words.gif);
	height: 70px;
	width: 98px;
	position: absolute;
	left: 504px;
	top: 39px;
}
#indexImgWords a {
	display: block;
	height: 100%;
	width: 100%;
}
#indexImgContact {
	background-image: url(../images/index/contact.jpg);
	height: 115px;
	width: 79px;
	position: absolute;
	left: 183px;
	top: 369px;
}
#indexImgContact a {
	display: block;
	height: 100%;
	width: 100%;
}
#indexImgVitae {
	background-image: url(../images/index/vitae.jpg);
	height: 111px;
	width: 126px;
	position: absolute;
	left: 457px;
	top: 348px;
}
#indexImgVitae a {
	display: block;
	height: 100%;
	width: 100%;
}
#indexImgMagic {
	background-image: url(../images/index/magic.gif);
	height: 198px;
	width: 181px;
	position: absolute;
	left: 532px;
	top: 375px;
}

