* {
	margin: 0px;
	padding: 0px;
}
html, body { 
	width: 100%; 
	/* commented backslash hack \*/ 
 	height: 100%; 
	/* end hack */
} 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	color: #FFFFFF;
	background-color: #000000;
}
p {
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.3em;
}
h1, h2, h3 {
	color: #4DC8EA;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 2.364em;
	margin-bottom: 0.5em;
}
h2 {
	margin-bottom: 0.5em;
	font-size: 2em;
}
h3 {
	margin-bottom: 0.5em;
	font-size: 1.7em;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	color: #FABA2A;
}
a:hover {
	color: #E33B13;
}
.clear {
	display: block;
	clear: both;
	visibility: hidden;
}
.hidden {
	position: absolute;
	left: -2000px;
}
#wrapper {
	position: relative;
	min-height: 100%;
	min-width: 760px;
	margin-bottom: -150px;
	height: auto;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-image: url(../images/head.jpg);
	background-position: center top;
}
#wrapper #head {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}
#wrapper #head h1 {
	margin-bottom: 0px;
}
#wrapper #mainmenu {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
#wrapper #mainmenu ul {
	list-style-type: none;
}
#wrapper #mainmenu li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#wrapper #main {
	background-color: #172124;
	padding: 30px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 15px;
}
#wrapper #main .imgrx {
	float: right;
	background-color: #2C3D41;
	padding: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#wrapper #main .galleria {
	list-style-type: none;
}
#wrapper #main .galleria li {
	float: left;
	margin-bottom: 11px;
	margin-right: 11px;
}
#wrapper #main .galleria img {
	background-color: #2C3D41;
	padding: 3px;
}
#wrapper #main .galleria .li_no_margin {
	margin-right: 0px;
}
#wrapper #main label {
	float: left;
	width: 120px;
	font-weight: bold;
}
* html #wrapper
{
	height: 100%;
}
#wrapper #clearfooter {
	clear: both;
	height: 150px;
}
#footer {
	position: relative;
	width: 100%;
	min-width: 760px;
	height: 150px;
	clear: both;
	background-color: #2C3D41;
}
#footer #footercontent {
	height: 60px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	padding-top: 90px;
	color: #5F8692;
	font-size: 0.95em;
}
#footer #footercontent #directo {
	position: absolute;
	top: 30px;
	right: 0px;
}
#footer #footercontent #directo img {
	margin-left: 20px;
}
#footer #footercontent #browser {
	position: absolute;
	left: 0px;
	top: 30px;
}
