/* CSS Document */

#copy {
	width: 670px;
	position: absolute;
	left: 52%;
    margin-left: -360px;
	top: 20em;
	text-align: center;
	line-height: 1.6;
	background-image: url(decoration/white_50percent.png);
	_background-image: none;
	_background-color: white;
}

.window_small, .window_medium, .window_big  {
	display: block;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-top: solid black 1px;
	height: 100%;
	min-height: 150em;
	_height: 150em;
}
.window_small {
	margin-top: 5px;
}
.window_medium {
	margin-top: 10px;
}
.window_big   {
	margin-top: 19px;
}


.logoimg {
	display: none;
}

.logo_high, .logo_mid, .logo_low {
	width: 450px;
	position: absolute;
	left: 52%;
    margin-left: -160px;
}

.logo_high .logoimg, .logo_mid .logoimg, .logo_low .logoimg  {
	display: block;
}
.logo_high {
	top: 30px;
}
.logo_mid {
	top: 35px;
}
.logo_low {
	top: 45px;
}