.FullHeight {height:100%;}

.Opening {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(Images/VogueOpeningLogo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 480px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.OpeningTxt {
	padding-top: 320px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

