body {
	background-color: #808080;
	font-weight: bold;
}

div.top_wrapper {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: White;
}

div.top_button {
	position: relative;
	bottom: 0px;
	width: 100%;
	background-color: Blue;
	text-align: center;
}

div.top_content {
	position: relative;
	top: 0px;
	width: 100%;
	background-color: Olive;
	text-align: center;
}

div.block {
	display: block;
}

div.inline {
	display: inline;
}

div.hide {
	display: none;
}

div.movable {
	position: absolute;
	height: 150px;
	width: 150px;
	background-color: #ff8080;
	border-color: #000000;
	border-width: 2px;
}




