	html,body {
		height:100%;
	}
	
	body {
		background:#e7e7e8;
	}
	
	.clearB { clear:both; }
	
	#pageWrap {
		width:100%;
		height:100%;
		text-align:center;
	}
	
	#widthWrap {
		width:925px;
		height:100%;
		margin:0 auto;
		display: table;#position: relative; overflow: hidden;
	}
	
	
	#bodyOuterWrap {
		#position: absolute;  #top: 50%;display: table-cell; vertical-align: middle;	
	}
	#bodyWrap {
		 #position: relative;  #top: -50%;
		width:925px;
		height:629px;
		background:url(../splash-images/back.png) 0 0 no-repeat;
	}
	
	#header {
		width:925px;
		height:176px;
		background:url(../splash-images/header01.2.png) 36px 31px no-repeat;
	}
	
	#contentWrap {
	}
	
	#leftWrap {
		float:left;
		width:241px;
	}
	
	#rightWrap {
		float:left;
		width:655px;
	}
	
	#visit_sites_holder {
		height:192px;
	}
	#visit_sites_box {
		width:208px;
		height:183px;
		background: #aa529f url(../splash-images/box_sites.png) 0 0 no-repeat;
		position:relative;
		left:28px;
		top:5px
	}
	
	#visit_links_box {
		width:185px;
		position:relative;
		top:111px;
		left:16px;
	}
	#visit_links_box li {
		height:36px;
	}
	.visit_link {
		width:655px;
		background:url(../splash-images/bullet01.png) 0 1px no-repeat;
		padding-left:20px;
	}
	
	
	#members_box {
		height:227px;
		background:url(../splash-images/box_members.png) 28px 0 no-repeat;
	}
	#members_login_box {
		width:195px;
		position:relative;
		top:86px;
		left:41px;
	}
	.title {
		margin-left:3px;
		font-size:11px;
		color:#666666;
	}
	.login_row {
		height:20px;
		margin-top:5px;
	}
	.text_input01 {
		background:url(../splash-images/text_input01.png) 0 0 no-repeat;
		border:0 none;
		width:175px;
		height:17px;
		padding:7px 0 0 7px;
		color:#777777;
	}
	
	#member_info_links {
		color:#666666;
		font-size:10px;
		margin-top:5px;
		margin-left:3px;
	}
	
	#header2 {
		width:655px;
		height:45px;
		background:url(../splash-images/header02.png) 0 6px no-repeat;
	}
	
	#top_row {
		height:147px;
	}
	
	#guide_box {
		float:left;
		width:328px;
		height:143px;
		background:url(../splash-images/box_guide.png) 0 0 no-repeat;
	}
	
	#postcode_box {
		float:left;
		width:326px;
		height:143px;
		background:url(../splash-images/box_postcode.png) 0 0 no-repeat;
	}
	#postcode_row {
		position:relative;
		top:104px;
		left:15px;
	}
	.text_input02 {
		background:url(../splash-images/text_input02.png) 0 0 no-repeat;
		border:0 none;
		width:111px;
		height:16px;
		padding:5px 0 0 5px;
		color:#777777;
	}
	
	#cavitywall_box {
		width:655px;
		height:227px;
		background:url(../splash-images/cavity_wall.jpg) 0 0 no-repeat;
	}

	#login_button {
		padding: 5px 0pt; 
		color: rgb(255, 255, 255); 
		text-align: center; 
		width: 53px; 
		margin-top: 9px; 
		background-color: rgb(144, 80, 154); 
		font-size: 10px; 
		font-weight: normal; 
		cursor: pointer;
		position:relative;
		left:126px;
	}