/* CSS Document */

body {
background:url(images/bck_index.jpg) top center;
margin:0;
margin-top:15px;
text-align:center;
font-size:1em;
}


/*----------------------ID*/
#wrapper {
width:100%;
/*height:622px;*/
/*background:url(images/bck_wrap.jpg) top center no-repeat;*/
}
#container {
margin:auto;
width:685px;
border-left:1px solid #947A39;
border-right:1px solid #947A39;
height:622px;
}
#container h1 {
font-family:Times, serif;
color:#947A39;
font-size:1.3em;
text-transform:uppercase;
text-align:center;
margin:0;
padding:0;
padding-top:72px;
font-weight:600;
}
#container h2 {
font-family:Times, serif;
color:#947A39;
font-size:0.8em;
text-align:center;
margin:0;
padding:0;
padding-top:20px;
font-weight:lighter;
}
#enter {
position:relative;
width:100%;
text-align:center;
margin-top:25px;
}
#enter img {
margin:2px 8px 2px 8px;
border:none;
}
#footer {
/*width:100%;
background:url(images/bck_footer.jpg) top center no-repeat #FFF;*/
}
