@charset "UTF-8";
/* CSS Document */


body {
	color: #fff;
	background: #000;
}

#bigwrap {
	margin: 0 auto;
	text-align: center;
	width: 960px;
	height: 100%;
}

#centerwrap {
	position:absolute;
	width:960px;
	height:610px;
	top: 50%;
	margin-top: -305px; /*set to a negative number 1/2 of your height*/
	background: url(../img/welcomeBG.jpg) #000;
}

#nav {
	position: absolute;
	top: 127px;
	left: 122px;
	height: 290px;
	text-align: right;
	font-family: "BlackChancery", Georgia, serif;
}

#menu {padding:0; margin:0; list-style:none;}

#menu li {height: 38px; line-height: 38px; padding-bottom: 4px; width: 143px;}

#menu li a {display:block; height:38px; color:#fff; text-decoration:none;}

#menu li a:hover, 
.home #menu li#home a,
.demoreel #menu li#single a,
.gallery #menu li#dropdown a,
.about #menu li#dropline a,
.commissions #menu li#flyout a,
.contact #menu li#support a,
.blog #menu li#contact a
{ margin-right: -20px;}


@font-face {
  font-family: "BlackChancery";
  src: url("font/blkchcry-webfont.eot");
  src: local("☺"),
    url("font/blkchcry-webfont.woff") format("woff"),
    url("font/blkchcry-webfont.otf") format("opentype"),
    url("font/blkchcry-webfont.svg#blkchcry-webfont") format("svg");
  }
@font-face {
  font-family: "Your italic typeface";
  src: url("font/filename-ital.eot");
  src: local("☺"),
    url("font/filename-ital.woff") format("woff"),
    url("font/filename-ital.otf") format("opentype"),
    url("font/filename-ital.svg#filename-ital") format("svg");
  }
ul, li { font-family: "BlackChancery", Georgia, serif; font-size: 20px;}
ul, li em { font-family: "BlackChancery", Georgia, serif; }
em { font-style: italic; }
