.content {
  max-width: 900px;
  margin: auto;
  padding: 10px;
}
body {
	background-image:url("http://i64.photobucket.com/albums/h191/curion123/red/16.gif");
	background-attachment:fixed;
	background-repeat:repeat;
        }
.header {
}
.row:after{
content: "";
  display: table;
  clear: both;
}
.column{
		float:left;
		padding: 10px;
}
.column.side{
	width:20%;
}
.column.middle{
	width:60%;
}
