#BG {
       position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
}

#BG img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}


#frame {
	height: 595px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.11, rgb(92,92,92)),
    color-stop(0.66, rgb(196,196,196))
	)

	-webkit-box-shadow: 2px 2px 5px #696869;
	-moz-box-shadow: 2px 2px 5px #696869;
	box-shadow: 2px 2px 5px #696869;
	padding: 40px;
	top: 50 px;
	text-align: center;

}


#gallery {
	top:50 px;
	position:relative;
	margin-left: auto;
 	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
}

