body {
	background-color: #ccc;
}

div#wrapper {
	width: 760px;
	margin: 0 auto;
}

div#wrapper textarea {
	width: 100%;
	height: 500px;
}

input#submit {
	text-align: center;
}

div#result {
	background-color: #fff;
}

div#result pre {
	white-space: pre-wrap;
}

p#footer {
	text-align: right;
}
