#left
{
	position: relative;
	left: 0px;
	width: 33%;
	float: left;
	clear: left;
	min-height: 100px;
}
#center
{
	position: relative;
	left: 0px;
	width: 33%;
	float: left;
}
#right
{
	position: relative;
	left: 0px;
	float: left;
	width: 33%;
}
#in
{
	width: 400px;
	height: 400px;
	position: relative;
	margin: 0px auto;
}
#words
{
	position: relative;
	width: 400px;
	height: 150px;
	margin: 0px auto;
}
#lower
{
	position: relative;
	width: 50%;
	clear: none;
	float: left;
}
#upper
{
	float: left;
	position: relative;
	width: 50%;
	clear: none;
}
#modal
{
	position: absolute;
	width: 30%;
	left: 35%;
	z-index: 3;
	background-color: #f1e0e0;
	top: 20px;
	border: 1px solid #eee;
}