/*----------General----------*/
* {
    margin:0; 
    padding:0;
}

@media screen and (min-width: 1150px) {
    html {
        margin-left: calc(100vw - 100%);
        margin-right: 0;
    }
}

body {
    background:#000000 url(../images/blood.jpg) no-repeat center center fixed; background-size: cover; 
    color:#DBDBDB;
}

div, p, img, a, ul, h1, h2 {
    margin:0;
    padding:0;
}

ul {
    list-style:none;
}

a {
    text-decoration:none; 
    outline:none
}

.Fixedwidth {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    
}

.clear{
	Clear:both;
}

.container{
	Width:1000px;
	margin:0px auto;
}

/*----------Menu----------*/
#menu {
    height:45px; 
    color:#998158; 
    background:#000 url(images/menu-topbg.jpg) 39px 0 no-repeat;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius:12px;
}

#menu ul {
    Font-size:19px;
    font-weight:bold;
    line-height:45px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#menu ul li, #footer ul li {
    display: inline;
    list-style: none;
    padding: 10px 5px 10px 5px;
    Margin: 10px;
}

#menu ul li a, #footer ul li a {
    color:#998158;
    background-color:#000;
}

#menu ul li a:hover, #menu ul li span, #footer ul li a:hover, #footer ul li span {
    color:#9D1808;
    background-color#000
}

/*----------footer----------*/
.footer {
	border-radius:12px;
    height: 15px;
	color:#998158;
    background-color:#000;
	text-align:center;
    padding: 10px;
    margin-bottom: 10px;
}