/* normal.css: for any pages in the lower-right frame */

.align-center {
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

p {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6{
	clear: left;
}

.borderless-link {
	border-width: 0px;
}

body, html {
	background-image: url(img/SPICES_BG.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}