/* CSS Document */

div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}



body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-image: url(background.jpg);
}
#menu-content {
}
#menu {
	background-color: #333;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
