#body {
	background-color: #000;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	font-family: "Courier New", Courier, monospace;
	left:0px;
	top:0px;
	width:960px;
	
}   
div.KB-home {
	position:absolute;
	left:0px;
	top:10px;
	width:560px;
	height:70px;
}
#main {
	position:absolute;
	left:251px;
	top:96px;
	width:710px;
	height:700px;
	vertical-align:top;
	margin-top:40px;
	margin-left:10px;
}
#main-gallery {
	position:absolute;
	left:231px;
	top:68px;
	width:700px;
	height:auto;
	vertical-align:top;
	margin-top:30px;
	margin-left:0px;
}
#photoholder {
	background:#000;
	width:405px;
	height:400px;
	
	
}
#Home_pic {
	width:405px;
	height:400px;
	margin: 50px;
	
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	opacity: 1;
	
-webkit-transform: rotate(4deg); 
-moz-transform: rotate(4deg);
transform: rotate(4deg);

-webkit-transition-property: opacity, rotate;
-moz-transition-property: opacity, rotate;
transition-property: opacity, rotate;

-webkit-transition-duration: 2s, 2.2s;
-moz-transition-duration: 2s, 2.2s;
transition-duration: 2s, 2.2s;

-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
transition-timing-function: ease;
}

#Home_pic:hover,
#Home_pic:focus,
#Home_pic:active 
{
	opacity: 0.4;
	
-webkit-transform: rotate(-4deg) ;
-moz-transform: rotate(-4deg) ;
transform: rotate(-4deg) ;

}
div.textbox {
	width: 680px;
	hight: 500px;
	text-align: center;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 8px;
	color: #F4EFD9;
	left: auto;
	right: auto;
	vertical-align: 24x;
}
div.textbox_a {
	position:absolute;
	top:20px;
	width:300px;
	hight: auto;
	padding: 10px;
	height: 600px;
	left: 0px;
	color: #CCC;
}
div.Galleries {
	position:absolute;
	left:0px;
	top:180px;
	width:231px;
	height:24px;
}

div.About-the-Artist {
	position:absolute;
	left:0px;
	top:240px;
	width:231px;
	height:24px;
}

div.Contact {
	position:absolute;
	left:0px;
	top:300px;
	width:231px;
	height:24px;
}

#K-footer {
	position:absolute;
	left:-7px;
	top:900px;
	bottom:0px;
	width:934px;
	padding:20px;
	height:82px;
	text-align:right;
	vertical-align:bottom;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CCC;
}
.thumbnail {
	height: 200px;
	width: 200px;
	background-color: #FFF;
	
}
#artistPic {
	height: 560px;
	width: 310px;
	float: right;
	position: absolute;
	top: 30px;
	left: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.textbox a {
	color: #FC0;
}
.textbox h3 {
	text-align: left;
	color: #999;
	font-size: 18px;
	text-indent: 20px;
}
.textbox table {
	color: #FC0;
	text-align: center;
	font-size: 16px;
}
