/* Common | CSS rules common for all BE */
@import url(stratos/import/common.css);

/* Common | CSS rules common for stratos_3 green */
@import url(stratos_3.css);

/*------------------------------------------------------------
HOTEL CUSTOM
------------------------------------------------------------*/

/* background */

body{
	background:url('../images/hotel/98/98_bkg.jpg');
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}