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

body {
	background-image: url(images/kksbg.jpg);
	background-position: left;
	text-align:center;
	}

div#mainpics { 
	width:800px;
	height:600px;
	margin: auto;
	}
	
div#header { 
	width:800px;
	height:140px;
	background-image:url(images/head.png);
	}
	
div#nav { 
	width:800px;
	height:30px;
	background-color:#444;
		}
		
div#contentpics { 
	width:800px;
	float:left;
	}	
div#footer {
	width:800px;
	height:30px;
	background-color:#444;
	clear:both;
	}
a {
	color: #FF0;
}
a:hover {
	color: #000;
}
p#copy{
	text-align:center;
	font-size: 12px;
	margin-top: 15px;
	color:#000;
	}
	
div#nav img {
	width: 160px; height:30px;	
	}
	
h1,h2,h3 {
	padding: 10px;
	margin: 0px;
	}
	
#thumbs{
	position:relative;
	width: 600px;
	height: 90px;
	border: 3px double #ECD8E8;
	background-color: #000;
	margin: 10px auto 0 auto;
	}
	
#div1 {
	position:absolute;
	left: 45px;
	top: 4px;
	width: 512px;
	height: 84px;
	}
	
div#box {
	margin: 10px auto 0px;
	left: 100px;
	width: 640px;
	height: 400px;
	background-color: #444;
	background-position: center;
	border: 1px solid #ECD8E8;
	}
	
img {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
div#box img {
	text-align: center;
	float: none;
	}
	
div#desc {
	margin: 0 auto;
	width: 600px;
	height: 40px;
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	}
	
div#box p {
	padding-top: 150px;
	}
	
div#box p span {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

a img {
	border:none;
	}

div#footer img {
	float:none;
	}