/* -- GENERAL REDECLARATIONS -- */

html, body			{height: 100%;}
* 					{margin:0; padding:0;}


/*Typography*/ 
/* Copyright (c) Blueprint Framework CSS (Typography)*/
html {font-size:100.01%;}
body { color:#181413; background:#241E1E; font: 75% Arial, Helvetica, sans-serif, "Helvetica Neue", "Century Gothic"; }

.clearfooter { clear: both; }
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}





/* Page */

#container { width: 557px; margin-right: auto; margin-left: auto; background: #181413; 

}

#outer-container { margin: 0; width: auto; background: #181413 url(../images/enter-page/headerbg.jpg) repeat-x top; }

/* Header */

#header { width: 557px; height: 350px; float: left; background: url(../images/enter-page/header.jpg) no-repeat; }

/* Content */

#content { width: 557px; float: left; padding-top: 10px; padding-bottom: 10px; margin-top: auto; margin-bottom: auto; height: 100%; }
h1 { float: left; }
h1 a { display: block; width: 557px; height: 84px; text-indent: -9000px; font-size: 14px; background: url(../images/enter-page/logo.jpg) left top; margin: 0px; padding: 0px; }
h1 a:hover { background-position: bottom left; }
a {outline:none;}
/* Footer */

#footer { width: 100%; height: 382px; background: #181415 url(../images/enter-page/footerbg.jpg) repeat-x left top; }
#footer-content { width: 557px; background: url(../images/enter-page/footer.jpg); height: 382px; margin-right: auto; margin-left: auto; }
.footer-box { float: left; width: 179px; padding-left: 10px; border-left: 1px solid #7f8f98; height: 130px; padding-top: 8px; }


#footer p { margin: 0; color: #7f8f98; font: normal 0.95em Arial, Helvetica, sans-serif; }
#footer a { margin: 0; color: #7f8f98;}
#footer a:hover { color: #FFFFFF; }
