.holder {
	margin:10px auto 30px auto;
	padding:0px 15px 20px 5px;
	
    max-width: 934px;
	min-width: 375px;
    background-color: white;
	width:934px;
}

.error {
  color: red;
/*      border: 1px solid red; */

}

body{
    background-color: #333;
}

#logo{
    float: left;
    display: block;
    margin: 20px 15px 20px 10px;
    width: 200px;
    height: 80px;
}

.container{
   /* max-width: none !important;
     width: 934px; 
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: white;*/
}

.main {
    /*max-width: none !important;
     width: 934px; */
    max-width: 1034px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: white;
}

.content-top{
    /*background-color: #01aef0;*/
    min-height: 70px;
}
.content-bottom{
    background-color: #01aef0;
    min-height: 95px;

}

.content-top h1{
    color: black;
    /*padding-top: 25px;*/
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 5px;
}

#header-title{
    position: relative;
    /* width: 884px; */
    border: 5px solid black;
    margin-left: 10px;
    text-align: center;
}

#footer {
    background-color: #333333 !important;
    color: #ffffff;
    margin: 10px auto 30px;
    /*max-width: 934px; */
     width: 85%; 
}






