/* CSS Document */

html, * {
padding:0px;
margin:0px;
}

body {
position:relative;
background-image:url(../../../../images/background/backgroundPattern_greenGold_opt3_smaller.png);
background-repeat:repeat;
text-align:center;
}


#mainContainer {
border:4px solid #000;
margin-top:25px;
width:700px;
/*height:625px;*/
margin-left:auto;
margin-right:auto;
background-image:url(../../../../images/background/innerBackground_small.png);
background-repeat:repeat;

}

#innerWrapper {
border:2px solid #C9A229;
width:698px;
/*height:698px;*/
background-image:url(../../../../images/background/bannerPhotoSwath_700w.gif);
background-repeat:no-repeat;
padding-bottom:25px;
}

/*#banner_enterPage  {
float:left;
width:698px;
height:300px;*/
/*background:yellow;*/


/*}*/

h1 {
/*color:#556B2F;*/
float:left;
color:#000;
/*width:450px;*/
/*height:35px;*/
margin-top:140px;
margin-left:200px;
font-weight:bold;
text-align:center;
font-size:36px;
padding-top:25px;
font-family:"Edwardian Script ITC", Verdana, Arial, sans-serif;
}

#textContainer {
width:550px;
float:left;
/*border:1px solid green;*/
margin-top:20px;
margin-left:50px;

}

p {
/*color:#556B2F;*/
color:#000;
line-height:2em;
font-size:14px;
margin:0px;
padding:10px 0px;
text-indent:20px;

}

#enter {
float:right;
margin-top:25px;
margin-right:20px;
width:120px;
height:75px;
font-family:"Edwardian Script ITC", Verdana, Arial, sans-serif;
background-image:url(../../../../images/btn_enter_entryPage.png);
background-repeat:no-repeat;
}

#enter a {
float:left;
width:120px;
height:75px;
text-decoration:none;
color:#00FFFF;
font-weight:bold;
font-size:36px;
/*border:1px solid orange;*/
}


#enter_bottom {
float:left;
margin-top:0px;
margin-left:75px;
width:120px;
height:75px;
font-family:"Edwardian Script ITC", Verdana, Arial, sans-serif;
background-image:url(../../../../images/btn_enter_entryPage.png);
background-repeat:no-repeat;
/*background:green;*/
}

#enter_bottom a {
float:left;
width:120px;
height:75px;
text-decoration:none;
color:#00FFFF;
font-weight:bold;
font-size:36px;
/*border:1px solid orange;*/
}


.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */