*{
margin:0;
padding:0;
}
body {
font: 12px/18px Verdana, Tahoma, Arial, sans-serif;
}
#header {
position: relative;
min-width: 1000px;
height: 65px;
background: rgb(48, 84, 107);
padding: 20px 0;
border-bottom: 5px solid #fd5927;
}
#header .logo {
margin: 0 50px;
z-index: 9999;
position: absolute;
}
#header .title h1 {
color: rgb(196, 196, 196);
text-transform: none;
font: 11px Arial, sans-serif;
position: absolute;
margin-left: 56px;
bottom: -7px;
z-index: 9999;
}
#demo_title_lesson {
font-weight: bold;
font-size: 20px;
padding: 10px;
text-align: center;
color: rgb(48, 84, 107);
border-bottom: 2px solid rgb(48, 84, 107);
background: rgb(245, 245, 245);
}
#demo_content {
width: 1000px;
margin: 0 auto;
padding: 20px 10px;
}
#demo_footer {
background: #fd5927;
position: absolute;
width: 100%;
min-width: 1000px;
bottom: 0;
padding: 20px;
text-align: center;
color: white;
}
#demo_footer a {
color: rgb(48, 84, 107);
text-decoration: none;
}