body {
	background-color: #000000;
	background-attachment: fixed;
	#background-image: url(../img_new/bg.jpg);
	#background-image: url(../fundo.jpg);
        background-image: url(../foto1.jpg);
        #background-repeat: repeat-x;
	background-repeat: no-repeat;
	#background-position: bottom center;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4E6C85;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4E6C85;
	text-decoration: underline;
}

