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

html, body {
	background				: #000;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	padding					: 0;
	margin					: 0;
}

#body {
	background				: #000;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	padding					: 0;
	margin					: 0;
}

.container { /* container for whole site */
	height						: 560px;
	width					    : 900px;
	border						: 0px;
	margin-top					: 30px;
	margin-bottom				: 0px;
	position					: relative;
	background-color			: #000;
	margin						: 30px auto;
}

.siteholder { /* container for site with border */
	height						: 540px;
	width					    : 900px;
	border						: #ffffff solid 1px;
	margin-bottom				: 0px;
	background-color			: #000;

}

.header {
	height:100px;
	background-color:#000;
	width: 900px;
	
}

.header a {
	font-size:12px;
	color:#FFF;
	padding: 0;
	text-transform: lowercase;
	text-decoration: none;
}

.header a:hover {
	color:#C00;
}



.mainbody {
	height:350px;
	background-color:#000;
	width: 900px;
	background-image:url(img/kavihome.jpg);
	background-repeat:no-repeat;

}

.overlay {
	position:absolute;
	top:248px;
	right:62px;
	width:364px;
	z-index:10;
	color:#FFF;
	font-size:12px;
	line-height:20px;
	vertical-align: top;
	height: 168px;
	text-align: right;
}


.footer {
	height:90px;
	background-color:#000;
	width: 900px;
}

.footerLeftImg {
	height:70px;
	background-color:#000;
	width: 350px;
	position:absolute;
	top:451px;
	left:30px;
	color:#FFF;
	font-size:12px;
	line-height:20px;
	vertical-align: top;
	padding: 10px;
}


.footerRightImg {
	height:70px;
	background-color:#000;
	width: 450px;
	position:absolute;
	top:451px;
	left:402px;
	right:30px;
	color:#FFF;
	font-size:12px;
	line-height:20px;
	vertical-align: top;
	padding: 10px;
}



.bottom {
	height:20px;
	background-color:#000;
	width: 900px;
}

