
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#hl_logo {
 width: 900px;
 color: #333;
 padding: 10px;
 height: 300px;
 margin: 10px 0px 0px 0px;
 background: #000;
}
#cz { 
 width: 400px;
 color: #333;
 background: #000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height: 100px;
 float: left;
}

#cz a {
float: right;
background: transparent url(images/cz.gif);
width:110px;
height: 80px;
}

#cz a:hover {
background: transparent url(images/cz2.gif);
}


#en { 
 width: 400px;
 color: #333;
 background: #000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height: 100px;
 float: right;
}

#en a {
float: left;
background: transparent url(images/en.gif);
width:110px;
height: 80px;
}

#en a:hover {
background: transparent url(images/en2.gif);
}

p {
text-align: center;
color: #fff;
font-size: 1.1em;
}