
body {
	background-image: url('../images/bg1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	padding: 0px;
	background-color: black;
	color: gray;
	
}

li a.hov   {  
	display: inline-block;               
    position: relative;
	text-decoration: none;
    color: inherit;
    padding: 14px 16px;
    }
  
li a.hov:after  {
    content:'';
	display: block;
	margin: auto;
	height:1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease; /*animated underline*/
}

li a.hov:hover:after {
	width:100%;
	background: gray;
}

#logo {
    position: static;
    margin-top: 40px;
    text-align: center;
    }

.container  {
    position: fixed;
    top:0;
    left: 0;
}


nav ul  {
	display: inline-block;
	list-style-type: none;
	padding: 0;
        }
        
@font-face {
		font-family: Tw Cen MT Condensed, Century Gothic bold;
        src: url(fonts/TCCM____.TTF), url(fonts/GOTHIC.TTF);    
        }

nav li  {
		margin: 40px;
		display: inline;
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
		font-size: 1.2em;
		color: gray;
        }
.center {
        position: static;
        list-style: none;
        margin-left: auto;
        margin-right: auto;
        padding:0;
        text-align: center;
		}
header {
		margin-top:0;
		border: 1px;
		background-color: black;
		height: 120px;
	}
	
header img {
	margin-bottom: -37px;
	}