body{
	font: normal/1.2em Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif;
	background-color: #fff; color: #BB00BB;
}

a, a:visited {
	background-color: inherit;
	color: #660066;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
}

#top-left {
	margin: 0; padding: 0;
	text-decoration: none;
	height: 352px;
	background: transparent url(images/top-bow.png) no-repeat top left;
	color: inherit; float: left; width: 50%;
}

#top-right {
	margin: 0; padding: 0;
	text-decoration: none;
	background: transparent url(images/artist.png) no-repeat top right;
	color: inherit; float: right;
	width: 50%; height: 256px;
}

#header {
	text-align: center;
	width: 50%; height: 60px; background-repeat: no-repeat;
	background-image: url(images/heaer.png);
	position: absolute; top: 75px; left: 30%;
	
}

#textarea {
	position: absolute; border: 1px dashed #800080;
	top: 220px; left: 25%; padding: 5px 0 5px 5px;
	width: 50%; height: 600px;
	overflow: auto; font-size: inherit;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	background-color: #fff; color: #800080;
}

#footer {
	font-size: 90%;
	font: sans-serif;
	margin: 1em auto;
}

#bottom-left {
	margin: 0; padding: 0;
	text-decoration: none;
	background: transparent url(images/writer.png) no-repeat bottom left;
	color: inherit; float: left;
	width: 49%; height: 210px;
	clear: both; margin-top: 340px;
}

#bottom-right {
	margin: 0; padding: 0;
	text-decoration: none;
	background: transparent url(images/bottom-bow.png) no-repeat bottom right;
	color: inherit; float: right;
	width: 49%; height: 200px; margin-top: 340px;
}
