body, div, span {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #fefefe;
    color: black;
    margin: 0;
    padding: 0;
}

body {
	background-image:url("background.png");
	background-color: #efefef;
}

.AppBar {
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

.App {
    float: left;
    width: 150px
}

.MacApp {
    float: left;
    width: 300px
}

.Centered {
    text-align: center;
}

h1 {
    width: 20em;
    font-size: 1.2em;
    font-weight: normal;
    margin: 1em auto 0.1em auto;
    padding: 0.2em 0.2em;
    text-align: center;
    color: #174927;
    clear: both;

}

h2 {
    font-size: 1.1em;
}

.TextBlock {
    margin: 0 auto;
    width: 40em;
}
div p {
    width: 40em;
    margin: 0 auto:
}

a {
    color: #754011;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

p {
    text-align: left;
}

#logo_header {
    width: 283px;
    margin: 0 auto;
}


.Content {
    width: 40em;
    font-size: 1em;
    line-height: 1.3em;
    margin: 0.5em auto;
    padding: 0.2em 1em;
    text-align: center;
}

#main_container {
    width: 50em;
    padding: 0.4em;
    margin: 0 auto;
    -moz-box-shadow: 0 0 2px 2px #888;
	-webkit-box-shadow: 0 0 2px 2px #888;
	box-shadow: 0 0 2px 2px #888;
}

#header {
    width: 48em;
    margin: 0.4em auto;
    border-bottom: 1px solid #bbb;
}

#trunk {
    width: 48em;
    margin: 0 auto;
}

#goldstar_video {
width: 640px;
height: 360px
}

#goldstar_centering {
width: 642px;
height: 362px
background-color:#ddd;
}

#nav {
    clear: both;
    width: 48em;
    margin: 1em auto;
    text-align: center;
    padding: 1em 0;
    background-color: #EBEBEB;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#copyright, .Legal {
    margin: 1em auto;
    width: 55em;
    color: #888;
    font-size: 0.8em;
    text-align: center;
}

.Hint {
    font-size: 0.8em;
    color: #888;
}

#we_believe{
    margin: 2em auto;
}

#logolink, .AppLink{
    color: white;
}


.Footer {
    clear: both;
}

.AppStoreLink {
font-size: 1.2em;
}

