@CHARSET "ISO-8859-1";

body {
	background: #e7e5db;
}

#container {
	width: 800px;
	height: 566px;
	background: url('../images/index/bg.gif') no-repeat;
	margin: 0 auto;
	margin-top: 30px;
}

#copyright {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 10px;
	font-size: 12px;
}

a {
	text-decoration: none;
	display: block;
	position: relative;
}

/* Link Rollovers ======================= */

/* About Melissa */
a#about {
	background: url('../images/index/about.gif') no-repeat;
	width: 152px;
	height: 41px;
	top: 195px;
	left: 143px;
}
a#about:hover {
	background: url('../images/index/about_on.gif') no-repeat;
}

/* Links */
a#links {
	background: url('../images/index/links.gif') no-repeat;
	width: 55px;
	height: 44px;
	top: 109px;
	left: 663px;
}
a#links:hover {
	background: url('../images/index/links_on.gif') no-repeat;
}

/* Contact */
a#contact {
	background: url('../images/index/contact.gif') no-repeat;
	width: 76px;
	height: 45px;
	top: 373px;
	left: 107px;
}
a#contact:hover {
	background: url('../images/index/contact_on.gif') no-repeat;
}

/* CV */
a#resume {
	background: url('../images/index/cv.gif') no-repeat;
	width: 30px;
	height: 37px;
	top: 340px;
	left: 295px;
}
a#resume:hover {
	background: url('../images/index/cv_on.gif') no-repeat;
}

/* Artwork */
a#artwork {
	background: url('../images/index/artwork.gif') no-repeat;
	width: 100px;
	height: 45px;
	top: 278px;
	left: 487px;
}
a#artwork:hover {
	background: url('../images/index/artwork_on.gif') no-repeat;
}

/* News */
a#news {
	background: url('../images/index/news.gif') no-repeat;
	width: 57px;
	height: 36px;
	top: 132px;
	left: 654px;
}
a#news:hover {
	background: url('../images/index/news_on.gif') no-repeat;
}