@charset "utf-8";
/* CSS Document */

body {
	background-color: #9ae4e8;
	background: #9ae4e8 url("images/bg.gif") fixed no-repeat top left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#wrapper {

}
#header {
	width: 768px;
	padding: 10px 0 10px 0;
	font-size: 24px;
	margin: auto;
}
#arr2 {
	background: url("images/arr2.gif") fixed no-repeat top left;
	width: 728px;
	height: 11px;
	display: block;
	margin: auto;
	min-height: 11px;
}
#body {
	width: 768px;
	background-color: #FFFFFF;
	margin: auto;
}
#tagline {
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
}
#content {
	padding: 0 20px 20px 20px;
}
#create {
	width: 450px;
	float: left;
} 
#result {
	float: right;
	width: 270px;
	height: 200px;
	border: 1px dashed #CCCCCC;
	text-align: center;
	padding-top: 72px;
	background-image: url("images/wow.gif");
}
#code {
	width: 400px;
	height: 180px;
}
input {
	font-size: 22px;
}