body{
	margin:0;
	padding:0;
	width:100%;
	height:833px;
	margin:0 auto;
	font-family: verdana, courier new, arial, times new roman;
	font-size:11px;
}
a{
	text-decoration: none;
	color: #6a9d59;
}
a:hover{
	text-decoration: underline;
	color: #4b6f3f;
}
#wrapper{
	background-image: url('images/frame.jpg');
	width:1000px;
	height:833px;
	margin: 0 auto;
	padding:0;
}
a#home{
	position:absolute;
	background-image:url('images/home.png');
	height:45px;
	width:102px;
	margin-left:675px;
	margin-top:274px;
	float:left;
}
a#home:hover{
	background-position: 0px -45px;
}
a#news{
	position:absolute;
	background-image:url('images/news.png');
	height:53px;
	width:92px;
	margin-left:650px;
	margin-top:314px;
	float:left;
	clear:both;
}
a#news:hover{
	background-position: 0px -53px;
}
a#art{
	position:absolute;
	background-image:url('images/art.png');
	height:53px;
	width:100px;
	margin-left:600px;
	margin-top:354px;
	float:left;
	clear:both;
}
a#art:hover{
	background-position: 0px -53px;
}
a#comics{
	position:absolute;
	background-image:url('images/comics.png');
	height:53px;
	width:118px;
	margin-left:556px;
	margin-top:397px;
	float:left;
	clear:both;
}
a#comics:hover{
	background-position: 0px -53px;
}
a#webdesign{
	position:absolute;
	background-image:url('images/webdesign.png');
	height:66px;
	width:179px;
	margin-left:495px;
	margin-top:447px;
	float:left;
	clear:both;
}
a#webdesign:hover{
	background-position: 0px -66px;
}
a#music{
	position:absolute;
	background-image:url('images/music.png');
	height:53px;
	width:129px;
	margin-left:570px;
	margin-top:496px;
	float:left;
	clear:both;
}
a#music:hover{
	background-position: 0px -53px;
}
a#writing{
	position:absolute;
	background-image:url('images/writing.png');
	height:64px;
	width:136px;
	margin-left:516px;
	margin-top:537px;
	float:left;
	clear:both;
}
a#writing:hover{
	background-position: 0px -64px;
}
a#about{
	position:absolute;
	background-image:url('images/about.png');
	height:54px;
	width:136px;
	margin-left:498px;
	margin-top:603px;
	float:left;
	clear:both;
}
a#about:hover{
	background-position: 0px -54px;
}
a#contact{
	position:absolute;
	background-image:url('images/contact.png');
	height:65px;
	width:147px;
	margin-left:461px;
	margin-top:645px;
	float:left;
	clear:both;
}
a#contact:hover{
	background-position: 0px -65px;
}