body, html {
	height: 95%;
	background: url(gr/layout_images/background.jpg);
}

#container {
	height: 95%;
	text-align: center;
}

#enter {
	width: 650px;
	height: 350px;
	position: relative;
	top: 50%;
	margin-top: -175px;
	margin-left: auto;
	margin-right: auto;
}

#image { 
	width: 555px; 
	height: 460px; 
	position: relative;
	top: 50%;
	margin-top: -240px;
	margin-left: auto;
	margin-right: auto;
}

img, img a {
	border: 0;
}

p {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: right;
	
}

a {
	color: #000000;
}