#header {
    margin: 0 0 2em;
	background-color: #F8F8F8;
}


#header h1 a span {
display: none;
}

#header h2 {
	background-color: #F8F8F8;
}

#header h1 a,#header h1 a:hover{
	display: block;
	margin: 0; padding:0;
	background-image: url(http://darksouls.wdfiles.com/local--files/css:logo-work/dslogo.png);
	height: 90px;
	width: 760px;
	position: absolute;
	margin-left: auto;
	background-color: #F8F8F8;
}

#header h2 {
    font-size: 150%;
    margin-left: 51px auto;
    margin-top: -11px auto;
}
#header-extra-div-1 {
	display:none;
}
#header-extra-div-2 {
    position: absolute;
    top: 0px; left: 50%;
    width: 17em; height: 3em;
    z-index: -6;
    background-color: #F8F8F8;
}
#header-extra-div-3 {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 2em;
    border: 3px solid;
    border-bottom: none;
    border-right: none;
    -moz-border-radius-topleft: 45px;
    -webkit-border-top-left-radius: 45px;
    width: 100%;
    z-index: -5;
	background-color: #F8F8F8;
}

#header-extra-div-1, #header-extra-div-3 {
	border-color: #000;
}

#header h1 span {
	color: #F8F8F8;
}

#header-extra-div-3 { 
	background-color: #f8f8f8;
}
