html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 400px; /* For Mozilla/Opera/Safari */
	background-image: url(images/bkg2.gif)
}

a { color: #958b08; text-decoration: none; }

a:active { text-decoration: none;
	color: #958b08 !important;
}

#Container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 750px;
	height: 100%;
}

#Splash {
	position: absolute;
	width: 500px;
	height: 500px;
	margin-top: -254px; /* Half of splash height */
	text-align: center;
	vertical-align: middle;
	border: 8px solid #958b08;
	top: 50%;
	background-image: url(images/q_00.gif)
} 

#img {
	top:50%;
	margin-top:20%;
	
}

#logotipo {
	position:absolute;
	width:108px;
	height:36px;
	z-index:1;
	top: 508px;
	left: 0px;
	padding-left: 426px;
}

#mail {
	position:absolute;
	margin-top: -20px;
	left: 400px;
	width:auto;
	height:13px;
	z-index:1;
	text-align: right;
	top: -8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 3px;
	padding-right: 2px;
	letter-spacing: 1px;
}

#mail a:link { text-decoration: none;
	color: #fff;
}

#mail a:visited {
	color: #fff !important;
	text-decoration: none !important;}

#mail a:hover { text-decoration: underline;
	color: #958b08;}


#menu {
	position:absolute;
	left:525px;
	top:50%;
	margin-top: -252px; /* Half of splash height */
	width:215px;
	height:508px;
	z-index:1;
	vertical-align: top;
	background-color: #fff;
}


.menuworksTitulo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #000000;
	width:80px;
	padding-left: 5px;
	padding-right: 2px;
	letter-spacing: 1px;
	
	}
	
	
.menuworksTexto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	
	}

.menuworksTexto A:link {
	color: #000 !important;
	text-decoration: none !important;}
	
.menuworksTexto A:visited {
	color: #000 !important;
	text-decoration: none !important;}
	
.menuworksTexto A:hover {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #958b08;}
