body {
	margin: 0 auto;
	padding: 0;
	background-repeat: repeat;
	background-image: url(images/Im_backround2.gif);
	background-position: center;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	border-style:solid;
	border-color:#ccc;
	width: 750px;
}

#header {
	margin: 0 0 0px 0;
	background: white;
	height: 125px;
	border:1;
	border-style:solid;
	border-color:#ccc;
	
}
#tool {
	margin: 0 0 0px 0;
	background: white;
	height: 36px;
}

#side-a {
	float: left;
	width: 748px;
	height: 605px;
	border:1; 
	border-width:0px;
	border-style:solid;
	border-color:#666;
}

#footer {
	clear: both;
	background: #FFFFFF;
	height: 25px;
	width: 750px;
	background-image: url(images/footerback.jpg);
	background-position: center;
	
}

