body{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #efefef url(general/bg.gif) repeat-y top center;
	margin: 0;
}

#everything{
	height: auto;
	width: auto;
}

#left{
	padding-left: 10px;
	width: 155px;
	float: left;
	height: 100%;
	overflow: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#center{
	padding-left: 10px;
	width: 165px;
	float: left;
	height: 100%;
	overflow: auto;
}
#right{
	padding-left: 10px;
	position: relative;
	x:0;
	y:0;
	width: auto;
	height: 100%;
	overflow: auto;
}
