#shadow-container {
	position: relative;
	top: 3px;
	width: inherit;
	min-width: 800px;
	max-width: 825px;
	margin-left: auto;
    margin-right: auto;
}
#shadow-container2 {
	position: relative;
	top: 3px;
	width: inherit;
	min-width: 830px;
	max-width: 825px;
	margin-left: auto;
    margin-right: auto;
}
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        padding: 10px;
    }
