.layout {
            width: 100%;
            max-width: 1024px;
            margin: auto;
            background-color: #fff;
            border-collapse: collapse;
        }

        .layout tr td {
            padding: 20px;
            vertical-align: top;
          /*  border: solid 1px gray;*/
        }

        .header {
            font-size: 30px;
        }

        .footer {
            text-align: center;
        }

        .sidebarHeader {
            font-size: 20px;
        }

        .sidebar ul {
            padding-left: 20px;
        }

        a, a:visited {
            color: darkgreen;
        }
        
        .header{
          position:relative;  
        }
        
        .header .img{
            background: url(/img/whoiswe.jpg) no-repeat;;
            height:300px;
            background-size: cover;
        }
        
        .title{
            position:absolute;
            top:50%;
            left:5%;
            
        }
        
        .title a{
            color: #fff;
        }
.comment{
    width: 600px;
    border:1px solid black;
    display:block;
}
.comment p{
    white-space: pre-wrap;
}

.EmailReset{
    margin-left: 215px;
}


.resque span{
    margin-right:10px;
}

