body {
	text-align: center;
	color: #000000;
	background-image: url("http://www.vignettesinteriors.net/bgresized.jpg");
	background-attachment: fixed;
}

#id {
	background-color: #000000;
	width: 100%;
	height: 100%;
	filter:alpha (opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.nav {
	width: 25%;
	height: 25px;
	text-align: center;
}

a {
	font-family: "times new roman", arial, garamond;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
}

a.gal {
	font-family: "times new roman", arial, garamond;
	font-size: 48px;
	text-decoration: none;
	color: #000000
}

a:hover {
	color:#635D25;
}

img {
	border: none;
}