html, body, * {margin: 0; padding: 0; border: 0;}
html, body {height: 100%;}

body {background-color: black; font: 100% verdana, tahoma, sans serif; color: #b9b9b9;}

#container {min-height: 100%; _height: 100%; width: 1024px; margin: auto;}

#header {height: 380px; text-align: center;}

#left {width: 190px; float: left;}
#left ul {list-style: none;}
#left li a {display: block; height: 27px; padding-top: 7px; margin-bottom: 5px; text-align: center; font-size: 16px; font-weight: bold; color: black; text-decoration: none; background: url('images/bg_menu.png') repeat-x;  border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px; behavior: url('PIE.htc');}
#left li a:hover {background: url('images/bg_menu_hover.png');}

#content {margin: 0 20px 0 217px; font: 12px/20px verdana, tahoma, sans serif; min-height: 230px;}
#content p {margin-bottom: 20px; text-align: justify;}

#h_footer {height: 110px;}

#footer {width: 1024px; min-width: 1024px; height: 70px; margin: -70px auto 0; background: url('images/bg_bottom.png') repeat-x; color: black;  border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; behavior: url('PIE.htc');}
#cr {float: left; position: relative; top: 40%; left: 24px; font-size: 11px;}
#cr a {color: black;}
#social {float: right; position: relative; top: 8px; right: 20px; font-size: 14px; text-align: center;}
#social img {margin-top: 5px;}