@charset "utf-8";
/* CSS Document */
body {

}
#wrapper {
	width: 960px;
	margin: 0 auto 0 175px;
}
.logo {
	margin: 30px 17px 0;
}
m.
sidebar {
	width: 344px;
	float: left;
}
.sidebar img {
	float: left;
}
.sidebar .sidebar-content {
	width: 315px;
	float: left;
	background: url(images/sidebar-bg.jpg) repeat-x top #e9f2db;
	height: 316px;
}
.content {
	width: 322px;
	background: url(images/backbar-bg.png) repeat #e9f2db;
	
	display: block;
	position:absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;
	margin-top:314px;
	margin-bottom:0px;
	margin-left:186px;	
}


