<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>1 Column </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css" >
#wrapper {
width: 922px;
}
#content {
width: 900px;
color: #333;
border: 1px solid #ccc;
background:#CCC8B3;
margin: 10px 0px 10px 0px;
padding: 10px;
height: 500px;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="content"> This is the content </div>
</div>
</body>
</html>
|