div {
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, 'Times New Roman';
	font-size: 12px;
}

img {
	border: 0px;
}

div#content {
	position: relative;
	top: 0px; 
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
}
div#header {
	background-image: url('../images/header.png');
	position: absolute;
	top: 0px; 
	width: 954px;
	height: 153px;
	z-index: 3;
}
div#body {
	background-image: url('../images/body_bg.png');
	position: relative;
	top: 153px; 
	left: 20px;
	width: 934px;
	z-index: 3;
}
div#footer {
	position: relative;
	left: 22px;
	margin-top: 153px;
	width: 932px;
	height: 218px;
	z-index: 3;
}

div#footer2{
	position: relative;
	left: 22px;
	margin-top: 242px;
	width: 932px;
	height: 218px;
	z-index: 3;
}



div#img-footer {
	background-image: url('../images/footer.png');
	position: absolute;
	width: 932px;
	height: 218px;
	z-index: 3;
}

div#menu {
	position: absolute;
	top: 88px;
	left: 295px;
	width: 700px;
	z-index: 3;
}
div#santa_jos {
	position: absolute;
	background-image: url('../images/santa_down.png');
	top: 250px;
	width: 323px;
	height: 97px;
	z-index: 3;
}
div#submenu {
	position: absolute;
	top: 220px;
	width: 920px;
	left: 30px;
	text-align: center;
	z-index: 3;
}
div#continut {
	position: absolute;
	top: 160px;
	width: 900px;
	left: 40px;
	text-align: justify;
	z-index: 3;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



