a#name_button {
    position: absolute;
    left: 330px;
    top: 100px;
	width: 500px;
	height: 178px;
	background-image: url(../images/name.png);
}
a#news_button {
    position: absolute;
    left: 100px;
    top: 300px;
	width: 187px;
	height: 175px;
	background-image: url(../images/button1.png);
}
a:hover#news_button {
		background-image: url(../images/button1_over.png);
}
a#artwork_button {
    position: absolute;
    left: 300px;
    top: 300px;
	width: 177px;
	height: 171px;
	background-image: url(../images/button2.png);
}
a:hover#artwork_button {
		background-image: url(../images/button2_over.png);
}
a#statement_button {
    position: absolute;
    left: 490px;
    top: 300px;
	width: 177px;
	height: 171px;
	background-image: url(../images/button3.png);
}
a:hover#statement_button {
	background-image: url(../images/button3_over.png);
}
#bio_button {
    position: absolute;
    left: 670px;
    top: 320px;
	width: 147px;
	height: 131px;
	background-image: url(../images/button4.png);
}
a:hover#bio_button {
	background-image: url(../images/button4_over.png);
}
a#links_button {
    position: absolute;
    left: 840px;
    top: 300px;
	width: 179px;
	height: 167px;
	background-image: url(../images/button5.png);
}
a:hover#links_button {
	background-image: url(../images/button5_over.png);
}
div.button{
    width: 100px;
    height: 100px;
    background-color: grey;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    border-color: lightgrey;
    border-width: 10px;
    border-style: solid;
}

a.button:link {
    color: white;
    text-decoration: none;
}
a.button:visited {
    color: white;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
a.button:active {
    color: white;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}