body {
	background-color: #000000;
	background-image: url(../images/layout/fnd.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-attachment: fixed;
}
#MOLDURA {
	height: 550px;
	width: 837px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	background-image: url(../images/layout/moldura.gif);
	background-repeat: no-repeat;
	background-position: left 70px;
}
#LOGO {
	text-align: left;
	margin-left: 50px;
	margin-top: 30px;
	float: left;
}
#FRASE {
	float: right;
	padding-top: 60px;
	padding-right: 50px;
	width: 530px;
	text-align: right;
}


#INTRO {
	padding-top: 180px;
}
#MENU {
	margin: 0px;
	list-style-type: none;
	display: none;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MENU li {
	display: inline;
	list-style-type: none;
	text-align: center;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	height: 1%;
	margin-right: 10px;
	margin-bottom: 0px;
}
#MENU a:link {
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 1%;
}
ul#MENU  a:hover {
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #FFCC00;
	height: 1%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#MENU a:active {
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
	height: 1%;
}
#MENU a:visited {
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	height: 1%;
}
