.background1 {
	background-image: url(1.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 527px;
}
.background2 {
	background-image: url(2.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 527px;
}
.background3 {
	background-image: url(3.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 527px;
}
#current {
	font-size: 22px;
	font-weight: bold;
}


.NameHeader {
	background-image: url(transbackground.png);
	background-repeat: repeat;
	color: #FFF;
	font-size: 36px;
	position: relative;
	top: 15px;
	left: 20px;
	width: 384px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.linksbox {
	background-image: url(transbackground.png);
	background-repeat: repeat;
	color: #FFF;
	font-size: 18px;
	width: 128px;
	position: relative;
	top: 100px;
	left: 20px;
}
#text {
	padding: 8px;
	font-family: "Times New Roman", Times, serif;
}

.textbox {
	color: #FFF;
	background-image: url(transbackground.png);
	position: relative;
	top: 150px;
	left: 20px;
}
.whitetext {
	color: #FFF;
	font-size: 18px;
}

