#body{ width: 100%; height: 100%; position:absolute;}

#fixed_wallpaper { position: absolute; width: 100%; height: 100%;}

#big_wrap {
	position:relative;
}

#logo_and_slogan {
	position: relative;
	z-index: 30;
	height: 100px;
	
	background-image: url(../images/top.png);
	background-repeat: repeat-x;

	padding: 0px 30px;
}

#menu {
	position: relative;
	top: -5px;
	z-index: 20;
	width: 238px;

	background-image: url(../images/sidebar_down.png);
	background-repeat: repeat-y;
	
	padding: 45px 0px 20px;
}

#body #menu img {
	padding-bottom: 10px;
}

#title_and_content { }

#pagetitle {
	margin: 181px 0px 6px;

	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
}

#content_wrap {
	padding: 30px 40px 15px;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 1.6em;	
}

#company_and_email {
	margin-top: 20px;
}

#totop {
	background-image: url(../images/totop_sprite.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	width: 11px;
}

#totop:hover {
	background-position: right bottom;
}

#body #content_wrap {
	background-color: #d1f8d9;
	color: #333333;
}

#body #pagetitle { color: #ffffff; }
