<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[/URL]
<html>
<head>
<title>Marcos With CSS</title>
<style type="text/css">
body {
background: black url([URL unfurl="true"]http://www.freewebs.com/soniclnd/sbck.gif);[/URL]
margin: 20px;
color: #ffffff;
font-family: arial, sans-serif;
font-size: 12px;
}
img {
border-width: 0px;
margin: 0px;
padding: 0px;
display: block;
}
.center {
margin: auto auto;
}
.container {
width: 500px;
margin: 0px auto;
}
.title {
width: 100%;
height: 19px;
}
.lefttitle {
float: left;
width: 200px;
height: 18px;
padding: 0px 2px;
border-left: #ffffff 1px solid;
border-top: #ffffff 1px solid;
background-color: #003399;
}
.ltmiddle {
float: left;
width: 15px;
font-size: 0px;
}
.slantright {
width: 15px;
height: 15px;
background-image: url([URL unfurl="true"]http://www.freewebs.com/soniclnd/right.gif);[/URL]
}
.filling {
width: 15px;
height: 4px;
background-color: #003399;
}
.ltright {
float: left;
width: 280px;
font-size: 0px;
}
.nothing {
height: 15px;
}
.rightfilling {
height: 3px;
background-color: #003399;
border-top: #ffffff 1px solid;
border-right: #ffffff 1px solid;
}
.content {
width: 494px;
padding: 0px 2px;
border: #ffffff 1px solid;
}
</style>
</head>
<body>
<div class="container">
<div class="title">
<div class="lefttitle">
Title
</div>
<div class="ltmiddle">
<div class="slantright"></div>
<div class="filling"></div>
</div>
<div class="ltright">
<div class="nothing"></div>
<div class="rightfilling"></div>
</div>
</div>
<div class="content">
<br /><br /><br /><br />Content<br /><br /><br />
</div>
</div>
</body>
</html>