/* CSS Document */

body {
	background-color: #000000;
	text-align: center;
	vertical-align: top;
}

#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
		z-index:1;
}
#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}

#content {
position:relative;
width:400px;
height:100px;
z-index: 2;
margin: 100px auto;
padding: 20px;
}

#page-wrap { 
position: relative; 
z-index: 2; 
width: 400px; ; ; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
		p { font: 15px/2 Georgia, Serif; margin: 0 0 30px 0; text-indent: 40px; }
