body {
	position:relative;
	background: #000 url('../images/bg1a.png');
	background-repeat: no-repeat;
	text-align: center;
	margin: 0; padding: 0;
}
#container {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position: relative;
}
#counterbg {
	position: absolute;
	right:0; bottom: 0;
	z-index: 1;
}
#logo {
   position:absolute;
   top:15%; right:50px;
   z-index: 3;
}
#container2 {
	position:absolute;
	top:35%;left:0;
	width:100%;
	text-align:center;
	z-index:3;
}
#fascia {
	height:200px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	background-image: url('../images/bgHome1.jpg');
	background-repeat: repeat-x;
	text-align:center;
}
#fascia div {margin-top: 10px;}
#links {
   margin:70px auto;
   text-align: center;
   width: 550px;
}
#links div {width: 500px; margin:auto; margin-top:10px;}
#entra {margin-right:50px}
#enter {margin-left:50px}

