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

body {
background: url(../images/gen_bg.jpg) top center repeat-y;
text-align: center;
font-size: 75%;
color:#564b47;
padding:0px;
margin:0px;

}
#wrapper {/* position:absolute;*/
/*text-align: left;*/
/*margin: 0px auto;*/
padding: 0px;
width: 100%;
}

#header { /*position: relative;*/
text-align: center;
width: 100%;
height:600px;
background: url(../images/header_bg.jpg) top center no-repeat;
}

#content { position: relative;
text-align: left;
vertical-align: middle;
margin: 0px auto;
padding: 0px;
top:-200px;
width: 550px;
/*border: 1px dashed #564b47;*/
}

#door {
		float:right;
		}
p, pre {
margin: 0px;
padding: 5px 10px;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.6em;
text-transform:uppercase;
text-align:left;
color: #FFFFFF;
}
h4 {
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 1.4em;
text-align:left;
line-height:1.6em;
color: #FFFFFF;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 1.4em;
text-align:left;
color: #FFFFFF;
}
a {
color: #FF0099;
font-size: 1.4em;
background-color:transparent;
text-decoration: none;
font-weight:bold;
border-style: none;
}

img {border-style: none;}
pre {
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

ul {font-size:1.4em;
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;}

.imageindent {margin-left:-150px;}
