@charset "utf-8";
/* CSS Document */

body{
background-color: white;
margin:0px;
padding:0px;
}

html,
body,
#sarinaHomes{
width:100%;
height:100%;
margin:0px;
padding:0px;
overflow:auto;
}

#sarinaHomes{
width:(document.body.clientWidth > 1000? "1000px": "auto" );
height:(document.body.clientHeight > 622 "622px": "auto" );
min-width:1000px;
min-height:622px;
position:relative;
}


