/* CSS Document */

#about a, #about a:visited {color:#939393;}
#about a:hover {color: #939393}

#copy {
	width: 450px;
	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  {
	background-image: url(small/otherbackgrounds/REGER4003-01-04.jpg);
}
.window_medium  {
	background-image: url(medium/otherbackgrounds/REGER4003-01-04.jpg);
}
.window_big  {
	background-image: url(large/otherbackgrounds/REGER4003-01-04.jpg);
}

.window_small, .window_medium, .window_big  {
	display: block;
	border: solid black 1px;
}
.window_small {
	height: 555px;
	margin-top: 5px;
}
.window_medium {
	height: 650px;
	margin-top: 10px;
}
.window_big   {
	height: 750px;
	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;
}