body {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
}

h3 {
	text-align: center;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 10px;
	
	
}

#kochizzle {
	background-image: url(images/kochizzle.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 200px;
	float: left;
}

#main {
	width: 546px;
	height: 278px;
	position: absolute;
	top: 200px;
	left: 150px;
	background-image: url(images/main.jpg);
	background-color: #000000;
	color: #000000;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
}

#main p {
	padding-left: 20px;
	font-family: arial, helvetica, sans-serif;
}

#main p img {
	float: right;
	padding-right: 5px;
	border: 0;
}

#main a {
	text-decoration: none;
	color: #000000;
	font-style: italic;
}

#main a:link {
	color: #000000;
	background-color: transparent;
	font-style: italic;
}

#main a:visited {
	color: #333333;
	background-color: transparent;
	font-style: italic;
}

#main a:hover {
	color: #666666;
	background-position: -116px 0;
	text-decoration: underline;
	font-style: italic;
}

#main a:active {
	color: #000000;
	background-color: transparent;
	font-style: italic;
}


#nav {
	color: #FFFFFF;
	top: 225px;
	margin: 0 auto;
	font-family: arial, helvetica, sans-serif;
	float: left;
	clear: both;
}

#nav img {
	border: 0;
}

#nav a {
	text-decoration: none;
	display: block;
	width: 116px;
	height: 29px;
	background: transparent url(images/link.jpg) no-repeat;
	color: #000000;
}

#nav a:link {
	color: #000000;
	background-color: transparent;
	font-style: italic;
}

#nav a:visited {
	color: #333333;
	background-color: transparent;
	font-style: italic;
}

#nav a:hover {
	color: #666666;
	background-position: -116px 0;
	text-decoration: underline;
	font-style: italic;
}

#nav a:active {
	color: #000000;
	background-color: transparent;
	font-style: italic;
}

#footer {
	position: absolute;
	text-align: center;
	top: 500px;
	left: 150px;
	margin: auto 0;
	width: 546px;
}