/* CSS Document */
#right {
	float: right;
	width: 45%;
}

#left {
	width:45%;
	float: left;
}

