/* CSS RESET */


/* Other */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 28, 2011 */



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

}

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

}

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

}

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

}

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

}

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

}

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

}
a, a:active, a:hover {
 text-decoration: none;
 color: #FFF;
}
a:hover { color: #FC0; }

body {
  margin: 0;
  text-align: center;
  background: #000;
  
  
}

#container {
	margin: 0 auto;
	width: 960px;
	height: 1260px;
	position: relative;
	background-image: url(bg_960pxw3.jpg);
}

#right_one {
  position: absolute;
  top: 582px;
  left: 568px;
  width: 377px;
  height: 284px;
	overflow: hidden;
	/* for IE */
  	filter:alpha(opacity=60);
	/* CSS3 standard */
  	opacity:0.6
}

#right_two {
  position: absolute;
  top: 871px;
  left: 568px;
  height: 194px;
  width: 125px;

}

#left_one {
	position: absolute;
	top: 805px;
	left: 17px;
	height: 262px;
	width: 508px;
	overflow: hidden;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	position: absolute;
	top: 1165px;
	left: 17px;
	height: 65px;
	width: 928px;
	overflow: hidden;
	font-size: 24px;
	text-align: center;
	font-family: 'KomikaAxisRegular';
}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;

}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 5px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;

}

#navlist a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

