body {
font-family: verdana, arial, helvetica, sans-serif;
color: #666;
margin: 0px;
padding: 0px;
background-color: #333;
background-image: url("imgs/bkg.gif");
background-position: center;
background-repeat: repeat-y;
text-align:center; 
}

div {
position: absolute;
padding: 0px;
margin: 0px;
/* border: 1px solid #369;*/
text-align:left;
}

#wrap {
position: relative;
margin: 0 auto;
width: 770px;
}

/* text formating --------------------------- */

h1 {
margin-top: 0px;
font-size: 14px;
font-weight: bold;
color: #666;
}

h2 {
font-size: 12px;
font-weight: bold;
color: #666;
}

h3 {
font-size: 11px;
font-weight: bold;
color: #666;
}

h6 {
font-size: 10px;
font-weight: bold;
line-height: 140%;
color: #666;
margin-bottom: 10px;
}

p {
font-size: 11px;
font-weight: normal;
line-height: 140%;
color: #666;
}

ul {
font-size: 10px;
font-weight: normal;
list-style-type: square;
list-style-position: outside;
margin-top: -10px;
text-align: left;
color: #666;
line-height: 140%;
}

ul ul {
font-size: 10px;
font-weight: normal;
list-style-type: disc;
list-style-position: outside;
margin: 0px;
margin-left: 13px;
text-align: left;
color: #666;
line-height: 140%;
}

a {
text-decoration: none;
color: #000;
}

a:hover {
background: #46729c;
color: #fff;
}

img {
border: 0px;
}