/*======= index.html =======*/
#page1 #content .col-1 {width:252px; margin-right:15px;}
#page1 #content .col-2 {width:257px;}
#page1 aside.bottom .col-1 {width:243px;}
#page1 aside.bottom .col-2 {width:243px;}
#page1 aside.bottom .col-3 {width:243px;}
#page1 aside.bottom .col-4 {width:243px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:252px; margin-right:15px;}
#page2 #content .col-2 {width:257px;}
#page2 aside.bottom .col-1 {width:489px;}
#page2 aside.bottom .col-2 {width:489px;}


/*=========================*/


        #my-div
{
	width    : 950px;
	height   : 750px;
	overflow : hidden;
	position : relative;
	background-color: #000000;
}
 
#my-iframe
{
    position : absolute;
    top      : -267px;
    left     : -50px;
    width    : 1200px;
    height   : 1200px;
}
