body
{
	background: #09C url('images/backgroundBlue.jpg');
	margin: 0;
	padding: 0;
}

input
{
	color: #FFF;
	font-family: Impact;
	font-weight: bold;
	font-size: 32px;
	background-color: transparent;
	border: 0;
}

textarea
{
	margin: 0;
	padding: 20px;

	position: absolute;
	top: 0;
	left: 0;
	height: 1500px;
	width: 90%;
	border: 0;
	background: none;

	color: #FFF;
	font-size: 24px;


	overflow: hidden;
}

#save
{
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
}