* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #CCC;
	background-image: url(images/1.gif);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #251E00;
	font-size: 24px;
}

#wrapper {
	background: #CCC;
	width: 812px;
	padding: 1px 0 1px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -406px;
}


img {
	margin-right: 10px;
	margin-top: 10px;
}


p {
	clear: both;
	margin: 20px 0;
}

#komodo {
	float: right;
}

.clear {
	clear: both;
}