#main_content_row {
	background: white;
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

#seperator_outerX {
	background: white;
}

#seperator {
  /*
    background: url(../images/header-bg.gif) top center repeat-x;
box-shadow: 0 3px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    */
	height: 1em;
padding: 0 0 0 0;
position: relative;
z-index: 99;
}

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #a6a8ab;
    background: -webkit-linear-gradient(white, #C1C1C1) fixed; /* For Safari */
    background: -o-linear-gradient(white, #C1C1C1) fixed; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #C1C1C1) fixed; /* For Firefox 3.6 to 15 */
    background-image: -ms-linear-gradient(top, white 0%, #C1C1C1 100%); /* For IE11+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#C1C1C1'); /* For <IE11 */
    background: linear-gradient(white, #C1C1C1) fixed; /* Standard syntax */
}

.container {
  max-width: 850px;
}
