/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html {text-align : center;}

body {
position: relative;
width: 913px;
top: 10px;
margin: 0 auto;
text-align: left; }

div#branding, div.view_bassets, div#success_stories, div#site_info, div#design {
width: 100%; }

div#content {
position: relative;
width: 906px;
top: -234px;
padding-top: 120px;
overflow: hidden; }

div#site_info {
top: -334px;
margin-bottom: -334px; }

.home div#content, .success div#content {
padding-top: 199px;
top: -215px;}

.home div#site_info, .success div#site_info {
top: -405px;
margin-bottom: -405px; }

div#nav_container {
position: relative;
top: -220px;
left: 695px;
z-index: 100;
display: block;
text-align: center;
width: 200px;}

div#primary {
position: relative;
float: left;
padding-left: 40px;
width: 510px;
display: inline;
padding-bottom: 1650px;
margin-bottom: -1500px; }

div#secondary {
position: relative;
float: right;
width: 313px;
top: 120px;
display: inline;
padding-bottom: 1650px;
margin-bottom: -1500px; }