/*  for browsers that ignore the first style */ 
.tripper {
}
body {
	font-family: verdana, arial, Times, serif;
	font-size:75%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#000055;
	
	background-image:url(../pixels/bg_gradient.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
}
#pageWrapper {
	margin:auto;
	background-color:#000066;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:absolute;
	top:40%;
	left:50%;
	margin-top:-250px;/* half elements height*/
	margin-left:-310px;/* half elements width*/
	width:620px;
	height:590px;
	border:1px solid white;
	overflow:none;/* allow content to scroll inside element */
}
#pageWrapper img {
	margin:30px;
}
p {
	color:#FFF;
	margin:30px;
}
a.enter {
	float:right;
	margin-top:-40px;
}
a img {
	border:0px solid blue;
}
