body {
	background-image: url(/rsrc/common/background.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #ffffff;
	text-align: center;
	margin:  0px;
	padding: 0px;
}
#wrp {
	text-align: left;
	position: relative;
	margin-left:  auto;
	margin-right: auto;
	width: 950px;
}
#nav {
	width: 950px;
	vertical-align: bottom;
}
#nav #right {
	padding-top: 75px;
	padding-right: 25px;
}
#cnt {
	width: 950px;
}
#left {
	float: left;
}
#right {
	float: right;
}
#clear {
	clear: both;
}