.content {
background: url('') repeat-x top #ffffff;
margin: 0 auto;
width: 40%;
height: 600px;
border-radius: 25px;
}
margin: 0 auto; width: 40%; height: 400px; border-radius: 25px; .header, .footer {
white-space: normal;
background: repeat #6d6e71;
border: 0px none #000000;
}
.header {
background: repeat #c0c0c0;
margin-bottom: -25px;
height: 80px;
}
.footer {
background: repeat #c0c0c0;
margin-top: -25px;
margin-bottom: 200px;
height: 700px;
}
.content {
border: 1px solid #db0a0a;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
position: relative;
z-index: 1;
}
