body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	overflow-y:auto;
	/*background-image:url(../assets/bgs/burges01.jpg);
	background-repeat:repeat-y;*/
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: underline;
}

#centrepane{
	margin:auto;
	width:950px;
	z-index:5;
	position: relative;
	visibility:visible;
}
.imgRight {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float:right;
}

.imgLeft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float:right;
}

#leftbg{
	background-image:url(../assets/bgs/girls.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position: fixed;
	visibility:visible;
	z-index: 0;
	top:0px;
	left:0px;
	height:960px;
	width:420px;
	margin:0px;
	padding:0px;
}

#rightbg{
	background-image:url(../assets/bgs/girls.jpg);
	background-repeat:no-repeat;
	background-position:-540px 0px;
	position: fixed;
	visibility:visible;
	z-index: 2;
	top:0px;
	right:0px;
	height:960px;
	width:420px;
	margin:0px;
	padding:0px;
}
	
	
