body {
margin:0;
padding:0;
color:#666666;
font-family: "Lucida Grande", Helvetica, sans serif;
font-size: 10px;
background:url("../images/indoma-bg.gif") repeat-y top center;
}

#pagewrapper {
width:1000px;
margin:0 auto;
text-align:center;
}

a, a:link, a:visited {
color:#666666;
text-decoration:none;
}

a:hover {
color:#666666;
}

#header {
width:1000px;
height:440px;
background: url(../images/indoma-home-title.png) no-repeat top center;
}

#menu {
text-transform:uppercase;
font-size: 1.2em;
}

#menu a, a:link, a:visited {
font-size: 1.2em;
padding:10px;
color:#666666;
text-decoration:none;
}

#menu a:hover {
color:#BA0000;;
}

.tip {
font-size:1em;
color:#666666;
display:block;
width: 180px;
text-align:center;
padding: 5px;
overflow: hidden;
display: none;
position: absolute;
z-index: 500;
background-color:#EEEEEE;
border: 1px solid #DDDDDD;
-moz-border-radius:5px;
-webkit-border-radius:5px;