/* CSS Document */

* {
	padding:0;
	margin:0px;
	outline:none;
	}
	
html {
	overflow-y:scroll;
	}
	
body {
	background:url(../images/bg02.gif) repeat-x;
	text-align:center;
	}
 
img {
	vertical-align:top;
	border:0;
	}

#wrap {
	text-align:center;
	}

#header {
	width:950px;
	height:80px;
	text-align:left;
	margin:0 auto;
	}
#header .logo1 {
	float:left;
}
#header .logo2 {
	float:right;
}
#content-bg {
	background:#f9f7f8 ;
	}
#content {
	width:950px;
	margin:0 auto;
}




/* FLOAT -Clearfix */
.clearfix:after { 
/*for modern browser*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */
* htm .clearfix {
	height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
	height: 1%;
}




#footer {
	background:url(https://www.princehotels.xyz/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
	padding:25px 0px 15px 0px;
	}
	
#copyright {
	width:950px;
	text-align:right;
	margin:0 auto;
	}
