@charset "UTF-8";

/* Stylesheet with the general configuration */

body {
  margin: 0px;
	padding: 0px;
	background-color: #86f2ff;
	position: relative;
}

div.main {
  width: 899px;
	left: 50%;
	margin-left: -450px; /* - (width/2)  */
	position: relative;
	background-color: #86f2ff;
}

td.website_body {
  width: 899px;
	background-image: url(../images/background_body.jpg);
	align: center;
}

td.website_bottom {
  width: 899px;
	height: 10px;
	background-image: url(../images/background_bottom.jpg);
}