@import "base.css";

body {
	margin:0;
	padding:0;
	background-image:url(back.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:150px 25px;
	background-color:white;
}

#topBar {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

#menu {
	position:absolute;
	left:0px;
	top:45px;
	width:145px;
	z-index:100;
}

#content {
	position:absolute;
	left:155px;
	top:45px;
	width:615px;
	padding-bottom:10px;
	z-index:1;
}
