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

}

html, body{
   width: 100%;
   height:100%;
   margin: 0px;
   background-color: black;
   color: #dddd00;
   font-family: WebFont, sans-serif;
   font-size: 15px;
 }
 
a {
	color: inherit;
}
 
img {
	border: 0px;
}

#maintop {
	width: 990px;
	height: 170px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 30;
	background-image: url("../images/backtop.jpg");
	background-repeat: no-repeat;
}

#mainbottom {
	width: 990px;
	height: 624px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -4px;
	left: 0px;
	z-index: 10;
	background-image: url("../images/backbottom.jpg");
	background-repeat: no-repeat;
}


#door {
	position: absolute;
	top: 0px;
	left: 132px;
	width: 714px;
	height: 556px;
	margin: 10px;
	text-align: center;
	background-image: url("../images/door.png");
	background-repeat: no-repeat;
	z-index: 10;
}

#gallery {
	position: absolute;
	top: 10px;
	left: 142px;
	width: 704px;
	height: 596px;
	z-index: 5;
}

.scroll { z-index:5;}
.scroll ul li{ list-style:none; width: 704px; height: 510px; text-align: center; margin-top:55px}
.scroll img{ width: 80%;}

.closedoor {
	position: relative;
	z-index: 9;
	bottom: 50px;
	height: 10px;
	width: 100%;
	text-align: center;
}

.prev {
	font-size: 35px;
	position: absolute;
	left: 20px;
}

.next {
	font-size: 35px;
	position: absolute;
	right: 0px;
}

#topboard {
	position: absolute;
	top: 75px;
	left: 45px;
	width: 900px;
	height: 120px;
	margin: 5px;
	text-align: center;
	z-index: 50;
}

#leftboard {
	position: absolute;
	top: 80px;
	left: 2px;
	width: 100px;
	height: 360px;
	margin: 5px;
	text-align: left;
	z-index: 50;
}

#rightboard {
	position: absolute;
	top: 80px;
	left: 863px;
	width: 118px;
	height: 360px;
	margin: 5px;
	text-align: right;
	z-index: 50;
}

#title {
	margin: 0px;
	font-size: 70px;
}

.phone {
	font-size: 28px;
}

#door p {
	font-size: 25px;
	font-family: Michroma,Sans-Serif;
}

.doorlink {
	padding: 5px;
	font-family: WebFont;
	font-size: 15px;
	border: 2px solid yellow;
}

#footer {
	left: 0px;
	height:45px;
	width: 100%;
	text-align: center;
}
