body {
	font-family: "Georgia", serif;
	color: black;
	background-color: white;
	font-size: 16pt;
}
h1 {
	font-family: "Helvetica", sans-serif;
	font-size: 2em;
	text-align: center;
	color: #06f;
}
h2 {
	font-family: "Georgia", serif;
	font-size: 1.5em;
	color: #555;
}
p {
	margin: 20px 0;
}
button {
	color: #06f;
	background-color: rgba(0,0,0,0);
	border: 1px solid #06f;
	border-radius: 10px;
	font-family: "Helvetica", sans-serif;
	font-size: 1.5em;
	text-align: center;
	padding: .2em;
}
figure {
	padding: 10px 0;
}
figcaption {
	color: #06f;
	text-align: center;
	margin: 15px 0;
}
#wrapper {
	width: 80%;
	margin: 50px auto 40px;
}
#siteName {
	position: absolute;
	top: 30px;
	left: 28%;
}
#music {
	position: absolute;
	top: 200px;
	left: 80%;
	width: 5%;
}
#writing {
	position: absolute;
	top: 200px;
	left: 7%;
	width: 10%;
}
#rose {
	position: absolute;
	top: 200px;
	left: 60%;
	width: 7%;
}
#videos {
	position: absolute;
	top: 320px;
	left: 25%;
	width: 10%;
}
#art {
	position: absolute;
	top: 300px;
	left: 25%;
	width: 10%;
}
#press {
	position: absolute;
	top: 320px;
	left: 65%;
	width: 7%;
}
#contact {
	position: absolute;
	top: 400px;
	left: 45%;
	width: 15%;
}
#artpage {
	background-color: #333;
	color: white;
}
#writingpage {
	background-color: #fff6f4;
	color: black;
}
.artpic {
	width: 100%;
	margin: 10px 0;
}
#artdiv {
	max-width: 800px;
	margin: 20px auto;
}
.textlink {
	color: white;
	background-color: #06f;
	text-decoration: none;
}
.copyright {
	font-size: .5em;
	color: #06f;
	text-align: right;
}