Onbekend |
|
style.css
html, body
{
background: #dfe4e8;
height: 100%;
text-align: center;
}
.container
{
background: #ffffff;
height: auto !important;
height: 100%;
margin: 0 auto;
min-height: 100%;
position: relative;
text-align: left;
width: 800px;
}
.header
{
height: 350px;
width: 800px;
}
.header_logo
{
background: url(images/logo.gif);
float: left;
height: 110px;
width: 240px;
}
.header_picture
{
background: url(images/header.gif);
float: left;
height: 349px;
width: 560px;
}
.header_menu
{
height: 240px;
width: 240px;
}
.content_left
{
float: left;
width: 650px;
}
.content_right
{
background: #fcc300;
float: left;
height: 500px;
width: 150px;
}
.footer
{
border-top: #cccccc solid 1px;
bottom: 0;
padding: 10px 0;
position: absolute;
text-align: center;
width: 800px;
}
html, body { background: #dfe4e8; height: 100%; text-align: center; } .container { background: #ffffff; height: auto !important; height: 100%; margin: 0 auto; min-height: 100%; position: relative; text-align: left; width: 800px; } .header { height: 350px; width: 800px; } .header_logo { background: url(images/logo.gif); float: left; height: 110px; width: 240px; } .header_picture { background: url(images/header.gif); float: left; height: 349px; width: 560px; } .header_menu { height: 240px; width: 240px; } .content_left { float: left; width: 650px; } .content_right { background: #fcc300; float: left; height: 500px; width: 150px; } .footer { border-top: #cccccc solid 1px; bottom: 0; padding: 10px 0; position: absolute; text-align: center; width: 800px; }
|