
div#wrapper{
    background: white url(greyzz.png) repeat top right;
    margin:50;
    width:1600;
}

img {box-shadow: -3px 3px -3px 3px #999;}

body{
    text-align: justify;
    text-justify: inter-word;
    font-family: 'Old Standard TT', serif;
    font-size:150%;
    background: white url(greyzz.png) repeat top right;
}

h1 {
    line-height: 1em;
}
.inset-text {
    /* Shadows are visible under slightly transparent text color */
    color: rgba(243,239,222, 0.6);
    text-shadow: 0.6px 0.91px 0.2px rgb(204,201,186), 0 0 0 #000, 0.6px 0.91px 0.2px rgb(204,201,186);
}
/* Don't show shadows when selecting text */
::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
::selection { background: #5af; color: #fff; text-shadow: none; }
	

