body {
	text-align:center;

	background-image: url('./stripe.png');
}

#header {
	background: #ffffff;


}

#main {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background: #ffffff;

}



#cnt {
	width:80%;
	float:right;
	background: #ffffff;

}

#side {
	width:19%;
	float:left;
	background: #ffffff;
}

#footer {
	width:100%;
	clear:both;
	background: #ffffff;
}

-->