page {
	font-family: Times New Roman, Times, serif;
	}

body {
	background-color: #000000;
	}

.container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;	
	width: 100%;
	text-align: center;
	}

.holder {
	position: relative;
	top: 50px;	
	width: 900px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	}
	
.address {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 400px;
	height: auto;
	text-align: left;
	}

.enter {
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: auto;
	height: auto;
	text-align: right;
	}
	
h1 { 
	font-size:15px; 
	font-weight:bold;
	font-style: italic; 
	text-decoration: none; 
	color:#ffffff;
	}
	
p { 
	font-size:12px; 
	font-weight:400; 
	text-decoration: none; 
	color:#ffffff;
	}
	
a:link img{
	opacity:1;
	filter:alpha(opacity=100)	
	}
	
a:visited img{
	opacity:1;
	filter:alpha(opacity=100)
	}
	
a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50)
	}
