body 
{
    background-color:#fff;
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
html.ie8 div.outershell
{
    background-color: #fff;
    width: 640px;
	height: 780px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 640px) {
    html.ie8 div.outershell
    {
        background-color: #fff;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    div.outershell {
        width: 100%;        
    }
    div.top
    {
        width: 100%;
    }
    div.top img {
        width: inherit;
    }
    div.bottom
    {
        width: 100%;
        min-height: 100px;
    }
    div.links
    {
        margin-left: auto;
        margin-right: auto;
        height: 68px;
        width: 220px;
    }
    #hlGoogle, a.Google 
    {
        height: 68px;
        width: 220px;
        display: block;
        background: url(/img/PlayAppStoreLogos.png) no-repeat -8px 0px;
        text-indent: -9999px;
        float: left;
    }
    #hlItunes, a.Apple 
    {
        height: 68px;
        width: 220px;
        display: block;
        background: url(/img/PlayAppStoreLogos.png) no-repeat -244px 0px;
        text-indent: -9999px;
        float: right;
    }
}
@media screen and (max-width: 480px) {
    div.links {
        width: 280px;
        height: 44px;
    }
    #hlGoogle, a.google {
        width: 140px;
        height: 44px;
        background-size: 300px;
        background-position: -5px 0px;
    }
    #hlItunes, a.Apple {
        width: 140px;
        height: 44px;
        background-size: 300px;
        background-position: -154px 0px;
    }
}
@media screen and (min-width: 640px) {
    html.ie8 div.outershell
    {
        background-color: #fff;
        width: 640px;
        height: 780px;
        margin-left: auto;
        margin-right: auto;
    }
    div.outershell
    {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    div.top
    {
        width: 640px;
        height: 780px;
    }
    div.bottom
    {
        width: 610px;
        min-height: 100px;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    div.links
    {
        margin-left: auto;
        margin-right: auto;
        height: 68px;
        width: 450px;
    }
    #hlGoogle, a.Google 
    {
        height: 68px;
        width: 220px;
        display: block;
        background: url(/img/PlayAppStoreLogos.png) no-repeat -8px 0px;
        text-indent: -9999px;
        float: left;
    }
    #hlItunes, a.Apple 
    {
        height: 68px;
        width: 220px;
        display: block;
        background: url(/img/PlayAppStoreLogos.png) no-repeat -244px 0px;
        text-indent: -9999px;
        float: right;
    }
}
div.bottom h2
{
	text-align: center;
	font-weight: normal;
	font-size: 32px;
	margin-top: 0px;
}
div.links.narrow
{
	width: 220px;
}
