body {
 background: #fff;
 background-image: none;
}

div#nav {
 display: none;
}

a {
 text-decoration: none;
}
 
/* branding styling */
h1.branding {
 background: #fff;
 background-image: none;
 text-indent: 0;
 height: auto;
}
p.branding {
 display: block;
 margin-top: 0;
}

#content_main h1 span, #content_main h2 span, #content_main h3 span, #content_main h4 span, #content_main h5 span {
 margin-left: 0;
 padding-left: 0;
 background-image: none;
}

div#container {
 background-image: none;
 position: relative;
 top: 0;
 left: 0;
 margin: 0;
 padding: 0;
}

.hidden span {
 display: none;
}

body.welcome {
 background-image: none;
}

.welcome div#box1, .welcome div#box2, .welcome div#box3, .welcome div#box4, .welcome div#box5, .welcome #excited span, .welcome #intro span {
 display: none;
}

.welcome img.logo {
 top: 25%;
}

.welcome div#navbar_welcome {
 top: 50%;
}

