* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background: url(images/background.jpg) repeat-x;
	height: 100%;
}
#overlay {
	/*	background:url(../images/container_bg.png) repeat-x ;*/
	height: 100%;
	position:absolute;
	width:100%;
}
#container {
	height:270px;
	left:50%;
	margin:-135px 0 0 -185px;
	position:absolute;
	top:50%;
	width:360px;
}
h1#logo {
	background:url(../images/front_logo.png) no-repeat center 0;
	height:156px;
	margin:0 auto;
	width:173px;
}
p#info {
	background: url(../images/home_info.png) no-repeat center 0;
	text-indent: -9999px;
	height:80px;
	margin:35px auto 0;
}
p#info a#email {
	display:block;
	height:15px;
	left:85px;
	outline:none;
	overflow:hidden;
	position:absolute;
	top:220px;
	width:191px;
	z-index:10;
}
p#info a#enter {
	display: block;
	height:275px;
	left:0px;
	margin:0;
	outline: none;
	overflow:hidden;
	position:absolute;
	top:0px;
	width:100%;
}
