@charset "ISO-8859-1";
#left {
	float: left;
	width: 50%;
	margin-left: 200px;
}
#right {
	float: right;
	width: 122px;
}
