* {
	font-family:Times New Roman,Times,serif;
}
body {
	background:url(../images/page_bg.png);
	padding-top:50px;
}

div#wrapper {
	width:900px;
	height:500px;
	
	position: absolute;
    top:50%;
	margin-top:-250px;
    left: 50%;
    margin-left:-450px;

}
p {
	color:#fff;
	text-align:center;
}
p a {
	background:#000;
	font-size:25px;
	padding:20px;
	display:block;
	text-decoration:none;
	color:#fff;
	letter-spacing:1px;
	margin-bottom:20px;
	
}
p a:hover {
	background:#f000ff;
	font-size:25px;
	padding:20px;
	display:block;
	margin-bottom:20px;
	text-decoration:none;
	color:#fff;
}


span.arrow_left {
	background:url(../images/arrow_left.png);
	display:block;
	height:171px;
	width:151px;
	text-indent:-9999px;
	
	position:absolute;
	left:-180px;
	top:25px;
}
span.arrow_left_malta {
	background:url(../images/arrow_left.png);
	display:block;
	height:171px;
	width:151px;
	text-indent:-9999px;
	
	position:absolute;
	left:-180px;
	top:220px;
}
span.arrow_right {
	background:url(../images/arrow_right.png);
	display:block;
	height:138px;
	width:190px;
	text-indent:-9999px;
	
	position:absolute;
	right:-215px;
	top:20px;
}




