@font-face {  
	font-family: "Rockwell";  
	src: url(../fonts/Rockwell.ttf) format("truetype");  
} 

body {
	background-image: url(../images/tile-background.jpg);
	background-repeat: repeat;
}

a img {
	text-decoration: none;
	border-style: none;
}

a:active {
	text-decoration: none;
	outline: none;
}

a:focus {
	text-decoration: none;
	-moz-outline-style: none;
}

.header {
}

.footer {
	text-align: center;
	color: white;
	font-size: 13px;
	font-family: Arial;
	background-repeat: repeat-x;
	background-image: url(../images/tile-footer-background.jpg);
}

.footer p {
	padding-top: 6px;
}

.footer a {
	text-decoration: none;
	color: #669933;
}

.footer a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.wrapper {
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/tile-wrapper-background.jpg);
}

.logo {
	background-position: 0 75%;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
}

#carousel-text {
	word-spacing: 1px;
	font-family: "Rockwell", Arial;
	color: #f4f4f4;
	font-size: 30px;
	z-index: 0;
}

#carousel-button-left {
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../images/left-arrow.png);
}

#carousel-button-right {
	background-repeat: no-repeat;
	background-image: url(../images/right-arrow.png);
}

.languages a:hover {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}

#carousel-text a {
	font-family: "Rockwell", Arial;
	font-weight: bold;
	text-decoration: none;
	color: #2f3336;
	font-size: 30px;
}

.only-for-spain {
	font-family: "Rockwell", Arial;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}

#shine-web {
	display: block;
	position: absolute;
	height: 416px;
	width: 771px;
	background-repeat: no-repeat;
	background-image: url(../images/shine-web.png);
}

#shine-header {
	display: block;
	position: absolute;
	height: 120px;
	width: 655px;
	background-repeat: no-repeat;
	background-image: url(../images/shine-header.png);
}

#shine-footer {
	bottom: 0px;
	display: block;
	position: absolute;
	height: 50px;
	width: 631px;
	background-image: url(../images/shine-footer.png);
	background-repeat: no-repeat;
}


