@charset "UTF-8";
/* CSS Document */
#outerdiv
{
width:960px;
height:610px;
overflow:hidden;
position:relative;
}

#innerIframe
{
position:absolute;
top:-210px;
left:-160px;
width:1280px;
height:790px;
	border: 1px none #cacaca;
}

