    /* CSS Document */

#introduction a, #introduction a:visited {color:#ffffff;}
#introduction a:hover {color: #ffffff}

#copy {
	position: absolute;
	left: 52%;
	width: 305px;
    margin-left: -500px;
	top: 25em;
	text-align: right;
	line-height: 2.6;
    background: black;
    color: white;
}
.window_narrow #copy {
	width: 205px;
    margin-left: -410px;
}
.window_wide #copy {
	width: 305px;
    margin-left: -500px;
}

.window_small  {
	background-image: url(small/otherbackgrounds/John-Rocha-Portrait.jpg);
}
.window_medium  {
	background-image: url(small/otherbackgrounds/John-Rocha-Portrait.jpg);
}
.window_big  {
	background-image: url(large/otherbackgrounds/John-Rocha-Portrait.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;
}
