	
/* =Layout
--------------------------------------*/
html
{
	height: 100%;
/* CENTER IN IE > 7 */
	background-color: #73879C;
}

body {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 969px;
	height: 100%;
	font-family: "Times New Roman", times, georgia, serif;
	font-size: 62.5%;
	color: #666666;
	background: #73879C;
	}

ul {
	list-style-type: none;
	}

div#Wrap {
	width: 969px;
	background-image: url(../images/home/bkHome.gif);
	background-repeat: repeat;
	
	}
	
div#WrapLifestyle {
	width: 969px;
	background-image: url(../images/home/bklifestyle.gif);
	background-repeat: repeat;
	}

div#WrapLocation {
	width: 969px;
	background-image: url(../images/home/bklocation.gif);
	background-repeat: repeat;
	}

div#WrapNews {
	width: 969px;
	background-image: url(../images/home/bknews.gif);
	background-repeat: repeat;
	}

div#WrapContact {
	width: 969px;
	background-image: url(../images/home/bkcontact.gif);
	background-repeat: repeat;
	}

div#Wrapvtour {
	width: 969px;
	background-image: url(../images/home/bkvtour.gif);
	background-repeat: repeat;
	}	
	
div#WrapEnd {
	height:13;
	width: 969px;
	background-image: url(../images/home/wrapend.jpg);

	}


