html,body{
    height: 100%;
  	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
    font-size: 12px;
	color: #000000;
    margin: 0;
	padding: 0;
    background-image: url(images/desecheobackground2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:visited, a:link {
	color: #0055A4;
	text-decoration: none;
}

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

h1 {
	font-size: 18px;
	color: #0055A4;
	margin: 0;
	padding: 0;
}

h2,h3,h4 {
	color: #0055A4;
	margin: 0;
	padding: 0;
}

.topmenu {
	font-size: 12px;
	color: #0055A4;
	background-image: url(images/topback.png);
	background-repeat: no-repeat;
}

.topmenu a:visited, .topmenu a:link {
	font-size:12px;
	color: #0055A4;
	text-decoration: none;
}

.topmenu a:hover {
	font-size: 12px;
	color: #b9b9b9;
	text-decoration: none;
}

.topmenu ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.topmenu li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

.content {
	background-image: url(images/contentback.png);
	background-repeat: repeat-y;
}

.bottom {
	background-image: url(images/bottomback.png);
	background-repeat: no-repeat;
}