@charset "UTF-8";
/* CSS Document */
html, body {
height: 100%;
margin: 0;
padding: 0;
text-align:center;
}
img#bg {
position:fixed;
top:0;
left:0;
width:500px;
height:500px;
}
.frame {
	position:absolute;
	top: 10px;
	left:10px;
	background:#fff;/*#555;*/
	width:480px;
	height:480px;
	overflow:hidden;
}
/* absolute position prev an next to the sides, move them in and change their id's*/

#container {
	margin:50px auto 0;
}
#background {
	position:relative;
	width:500px;
	height:500px;
	overflow:hidden;
	background:url(../images/blank.png) center no-repeat;
}
.centre {
text-align:center;
margin-left:auto;
margin-right:auto;
}
#links {
	position:relative;
	padding:20px 0;
}
#links img {
	margin:0 20px;
}
.fade_out {
	position:absolute;
	width:100%;
	height:100%;
	background:#FFF;
	left:0;
	top:0;
	opacity:1;
}
.arrows {
	width:460px;
	margin:10px auto;
}
.l {float:left;}
.r {float:right;}
.clear {clear:both;}
