﻿html
{
	background:transparent;    
}
body
{
    box-shadow:inset 5px 0 5px -6px #000, inset -5px 0 5px -6px #000;
	background:transparent;
    padding:15px 0;
    margin:0;
}
#doc
{
    width:540px;
    padding:20px 10px;
    background:#FFF;
    margin:0 auto;
    box-shadow:0 0 3px #000;
    padding:20px 70px;
}
body:before, body:after
{
    position:fixed;
    content:"";
    display:block;
    top:-10px;
    left:-10px;
    right:-10px;
    height:10px;
    box-shadow:0 0 10px #000;
}
body:after
{
    top:auto;
    bottom:-10px;
    box-shadow:0 2px 8px #000;
}
p
{
    margin-left: 0 !important;
}