@charset "utf-8";
/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #000;
}
* {
margin: 0px;
padding: 0px;
}
img {
border: none;
}
#main {
width: 740px;
margin: 20px auto;
background: url(img/frm_top.gif) no-repeat center top;
min-height: 400px;
_height: 400px;
}
#frame {
background: url(img/frm_bottom.gif) no-repeat bottom center;
padding-bottom: 10px;
}
div#topmenu {
height: 80px;
padding: 20px 0px 10px 0px;
}
div#topmenu ul {
width: 200px;
text-align: center;
list-style: none;
}
ul#esq {
float: left;
}
ul#dir {
float: right
}
div#topmenu a {
text-decoration: none;
color: #a2a2a2;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px; 
}
h2#flag {
font-size: 18px;
text-align: center;
padding: 0px 20px 5px 20px;
color: #a2a2a2;
}
