* {
	margin:  0px;
	padding: 0px;
}

html {
	background-color: #ffffff;
}

body {
	overflow:   hidden;
	background-color: #ffffff;
	padding: 0px;
}

img {
	border:none;
}

#page-wrap {
	position:			relative;
	width:  		    270px;
 	height: 		    240px;
 	top:			    150px;
 	margin: 		    0px auto;
 	z-index:			400;
}

#supersized {
    top               : 0px;
    bottom            : 0px;
    left              : 0px;
    right             : 0px;
    position          : absolute;
}

#supersized img{ 
	-ms-interpolation-mode: bicubic; 
	width: 100%;
	height: 100% ;
}

div.popover_message {
  top 		: 0px;
  z-index	: 200;
}
