@charset "utf-8";
/* CSS Document */
body {
	
	background-image: url(../images/bg.jpg);
	background-position:top left; background-repeat:repeat-y;
	background-color:#f2f4f6;
	margin: 0px;
	padding:0px 0px 0px 0px;
}

#logoTree{
	background-image:url(../images/logoTree.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:100px;
}
#logoKhotootPlus{
background-image:url(../images/logoKhotootPlus.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:70px;
	width:200px;
}
.arial11{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:right;
}
