@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
        background-attachment:fixed;
        background-position:center; 
}

h2{
	color: white;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a:hover{
	color:#993300;
}

#header {
	position: relative; 
    top: 10%; 
    left: 20%;  
    margin-left: -100px; 
	width: 80%;
	background-repeat: no-repeat;
	
}

.menu{
	clear:both;
	position: relative; 
    	top: 20%; 
    	left: 20%;  
	margin-left: -100px; 
	width: 80%;
	color:white;
}

.container{
	clear:both;
	position: relative;
	top: 30%;
}
