html, body {height:100%}

body 
{
    margin:0;
	background-color:#ece8d8;
    height:100%;
    min-height:100%;
    font-family:Helvetica, Arial, Sans-Serif;
	color:#4a4949
}

#mainWrapper
{
    margin:auto;
	width:875px;
}

* html #mainWrapper
{	
    height:100%
}
#header
{
    background-image:url(../img/portal/kliptech_logo2.jpg);
	background-repeat:no-repeat;
	position:relative;
	top: 35px;
	height:135px;
	width:600px;
	margin-left:0px;
	padding-left: 275px;
	padding-top: 20px;
	font-size:16px;
}
#header2
{ 
	position:relative;
	top: 25px;
	height:200px;
	width:845px;
	margin-left:0px;
	margin-bottom:25px;
	padding-bottom:0px;
}


#contentWrapper
{
	background-image:url(../img/portal/bk2.jpg); 
	height:340px;
	width:845px;
	position:relative;
	padding:10px 0px 0px 0px
}

#lineWrapper
{
    position:relative;
	border:solid #999999 1px;
	height:100%;
	width:100%
}

#bambo
{
	background-image:url(../img/portal/bambo_side2.jpg);
	background-repeat:no-repeat;
	height:311px;
	width:111px;
	float:left;
	position: relative;
	left:-106px;
	bottom:311px;
}

#bamboB
{
	background-image:url(../img/portal/bambo_side3.jpg);
	background-repeat:no-repeat;
	height:311px;
	width:111px;
	float:left;
	position: relative;
	right:-740px;
	bottom:375px;
}
#footer
{
	background-image: url(../img/portal/foot2.jpg);
	background-repeat:no-repeat;
	height:93px;
	width:855px;
	position: relative;
	left:-5px;
}


/*  TEXT  */



h1
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:normal;
	color:#598d3f;
}

h2
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color:#623e17;
}

h3
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 14px;
	color:#598d3f;
}

.style1 {color: #598d3f}






