body{
	background-color: #ffffff; 
	margin: 0;
	padding: 0; 
}
img{
	border: 0;
}	
table{
	width: 100%;
	height: 100%;
}	
	
.col1{
	background-image: url(img/col1.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.col2{
	background-image: url(img/col2.jpg);
	background-repeat: repeat-y;
}
.col3{
	background-image: url(img/col3.jpg);
	background-repeat: repeat-x;
	background-color: #2c537e;
}
