body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:justify;
	background: url(./images/background_logo_b.png) bottom right no-repeat fixed;
	background-color: black;
}

html, body{
min-height: 100%;
}
*{
margin: 0;
padding: 0;
}

div#site_wrapper{
	width: 867px;
	padding: 0;
	margin: 0 auto;
	background-color:white;
	height: 48em;
}

div#menu {
	position: absolute;
	width: 165px;
	min-height: 100%;
	background-color:white;
}

#menu_object {
	width: 100%;
	background-color:white;
}

#separator {
  position: absolute;
	min-height: 48em;
  width: 2px;
  background-color: black;
  margin-left: 165px;
}

div#content {

	position: absolute;
	margin-left: 167px;
	width: 700px;
	height: 100%;
	background-color:white;
}
#content_object {
	width: 100%;
	height: 100%;
}

