@charset "utf-8";
/* CSS Document */

body {
	background-color: #cdbba3;
	background-image: url(http://www.execusite.com/clh-cpa/files/bodyTop.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	background-attachment:fixed;
	margin-top: 50px;
}
.logo {
	position:fixed;
	top:0px;
	left:50px;
	}
.rightimage {
position:relative;
left:5px;
top:10px;
/*margin:-25px;
z-index:-1;*/
}
.lefttimage {
position:relative;
right:25px;
margin:-25px;
margin-right:-45px;
z-index:-1;
margin-top:-5px;
}

