body,
html {
	margin:0;
	padding:0;
	background-image: url('tree-light.jpg');
	/* background:#a7a09a;
	color:#000; */
}
body {
	min-width:750px;
}
#wrap {
	/* background:#99c; */
	margin:0 auto;
	width:1024px;
	height: 768px; 
	/*width:1280px;
	height: 960px;*/
}
/*  #header {
	background:#ddd;
	display:none;
} */
/* #nav {
	background:#c99;
	padding:5px;
	display:none;
} */

#main {
	position: relative;
	top: 100px;
	/*left: 850px; */
	float: right;
	/* padding: 10px, 10px, 10px, 10px; */
}
#sidebar {
	position: relative;
	/* padding: 10px, 10px, 10px, 10px; */
	/* top: 10px;
	left: 10px; */
	top: 100px;
	float: left;
}

#footer {
	position: relative;
	background:white;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 100px;
	width: 100%;
}

#footer p {
	text-align: center;
	font-size: 1.5em;
	margin: 0.5em;
	height: 1em;
}
#clear {
	clear: both;

}

