#outerDIV
{
    width: 100%;
    height: 3000px;
    margin: auto;
    background: transparent;
}

#logoDIV
{
    margin-left: auto;
    margin-right: auto; 
    background: #EEEEEE;
    width: 800px;
    border-style:solid;
    border-color:lightgray;
    border-width:1px;
		-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#bodyDIV
{
    margin-left: auto;
    margin-right: auto; 
    background: #EEEEEE;
    width: 800px;
    height: 3650px;	
    border-style:solid;
    border-color:lightgray;
    border-width:1px;
		-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.filterDesc
{
    text-align: center;
	font-family:verdana;
	font-style:italic;
	font-size:12px;
}

.captionDesc
{
    text-align: center;
	font-family:verdana;
	font-style:bold;
	font-size:20px;
}

.captionFilterDesc
{
    text-align: center;
	font-family:verdana;
	font-style:bold;
	font-size:28px;
}

.infoDIV
{
    margin-left: 250px;
    margin-right: auto; 
    height: 100%;
    text-align: justify;
	font-family:verdana;
    width: 500px;
    border-style:solid;
    border-color:lightgray;
    border-width:0px;	
}

.imageDIV
{
    display:block;
    margin-left: 50px;
    margin-right: auto; 
    width: 200px;
    border-style:solid;
    border-color:lightgray;
    border-width:0px;
}

IMG.Logo
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.AppStoreLogo
{
    display: block;
    margin-left: auto;
    margin-right: 50px; 
}