/*
Theme Name: Circles
Theme URI:
Description: Powerfully Responsive, a bold & super flexible theme
Author: Team
Author URI: http://medialayout.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 5.0
Tags: blue, gray, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, theme-options, translation-ready
Text Domain: circles
*/
<head>

<style>
div#container
{
    width:750px;
    height:1900px;
    overflow:hidden;     /* if you don't want a scrollbar, set to hidden */
    overflow-x:hidden;   /* hides horizontal scrollbar on newer browsers */

    /* resize and min-height are optional, allows user to resize viewable area */
    -webkit-resize:vertical; 
    -moz-resize:vertical;
    resize:vertical;
    min-height:317px;
}

iframe#embed
{
    width:820px;       /* set this to approximate width of entire page you're embedding */
    height:2000px;      /* determines where the bottom of the page cuts off */
    margin-left:-220px; /* clipping left side of page */
    margin-top:-180px;  /* clipping top of page */
    overflow:scroll;

    /* resize seems to inherit in at least Firefox */
    -webkit-resize:none;
    -moz-resize:none;
    resize:none;
}
</style>

</head>