@charset "utf-8";
body {
	background-color: #999999;
}
#container {
	background-color: #CCCCCC;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#leftcol {
	float: left;
	width: 120px;
	padding: 10px;
}
#rightcol {
	float: left;
	width: 200px;
}
* {
}
#text1 {
	position: absolute;
	height: 400px;
	width: 250px;
	visibility: visible;
}
#midcol {
	padding: 10px;
	float: left;
	width: 300px;
}
#text2 {
	position: absolute;
	height: 400px;
	width: 250px;
	visibility: hidden;
}
.showdiv {
	position: absolute;
}
.hidediv {
}
#downdiv {
	float: left;
	height: 200px;
	width: 330px;
	padding-right: 70px;
}

#footer {
	clear: both;
}


#text3 {
	position: absolute;
	height: 400px;
	width: 250px;
	visibility: hidden;
}
#text4 {
	position: absolute;
	height: 547px;
	width: 250px;
	visibility: hidden;
}
