* {
	padding: 0;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	scrollbar-arrow-color: #b80000;
	scrollbar-base-color: #b80000;
	scrollbar-darkshadow-color: #b80000;
	scrollbar-track-color: #b80000;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #b80000;
	scrollbar-highlight-color: #b80000;
	scrollbar-3dlight-color: #b80000;
	text-align: center;
	background-color: #FFFFFF;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

#base {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#header {
	background-image: url(intro/logotip-fons.gif);
	background-repeat:  repeat-x;
	background-position: left;
	text-align: left;
	vertical-align: top;
	height: 54px;
	width: auto;
}

#subheader {
	background-image: url(intro/subheader.jpg);
	background-repeat:  repeat-x;
	background-position: right;
	height: 103px;
	width: auto;
}

#body {
	background-color: #b80000;
	background-image: url(intro/web-fons.gif);
	background-repeat: repeat;
	background-position: center center;
	height: auto;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer {
	font-weight: normal;
	font-size: 8pt;
	line-height: 11pt;
	font-family: tahoma, verdana, Arial;
	background-image: url(intro/footer-fons.gif);
	background-repeat:  repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: bottom;
	height: 31px;
}

#link a, #link a:visited, #link a:active {
	color: #cc1020;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	background-image: url(intro/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#link a:hover {
	color: #000000;
	text-decoration: none;
}

