/*--------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'casablancaantiqueregular';
    src: url('casablanca/cas_antn-webfont.eot');
    src: url('casablanca/cas_antn-webfont.eot?#iefix') format('embedded-opentype'),
         url('casablanca/cas_antn-webfont.woff') format('woff'),
         url('casablanca/cas_antn-webfont.ttf') format('truetype'),
         url('casablanca/cas_antn-webfont.svg#casablancaantiqueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color:#212121; /* Chaos Black */
	background-image: url('oldhammer-texture.jpg');
	background-size: cover;
	}
	
#page{
	width: 800px;
	height: 300px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align:center;
    }
    
img {
	opacity:0.7;
	filter:alpha(opacity=70);
}  
  
ul {display:block; list-style-type:none; text-align:center; width:400px; margin: 0 auto 0 auto;}

li {display:inline-block; width:200px;}

a   {
	display:block;
	font-family: 'casablancaantiqueregular';
	text-transform:uppercase;
	text-decoration:none;
	transition: all 1s;
	color: #fefefe; /* Skull White */
	font-size: 20px;
	font-weight:normal;
	letter-spacing:0.15em;
	height: 60px;
	line-height:60px;
	}
	
a:hover {
		color:#ffff66; /* Sunburst Yellow */
		font-size:
		}