body {
background: url(img/body-bg.png) repeat left top;
font-size: 12px;
color: #000000;
font-family: 'Garamond';

}
h2, h1, h3, h4, h5, p, li, ul, form  {
margin: 0;
padding: 0 }

#container {
width: 750px;
background: url(img/bg.png) repeat-y right top #ffffff;
}
form {
background: url(img/top.png) no-repeat left top #ffffff;
padding-top: 200px;
}
#hello {
position: absolute;
top: 120px;
width: 300px;
left: 400px;
height: 100px;
background: url(img/hello.png) no-repeat left top;
}
#hello span, #menu span { display: none}
#menu {
position: absolute;
top: 20px;
left: 540px;

}
#menu li {list-style-type: none}
#menu li a{
width: 138px;
display: block;
height: 31px;

}
#help{background: url(img/menu_03.png) no-repeat right top;}
#tos{background: url(img/menu_01.png) no-repeat right top;}
#pd {background: url(img/menu_02.png) no-repeat right top;}

#help:hover {background: url(img/menu-hover_03.png) no-repeat right top;}
#tos:hover {background: url(img/menu-hover_01.png) no-repeat right top;}
#pd:hover {background: url(img/menu-hover_02.png) no-repeat right top;}


#bottomimgView, #bottomimgDown {
margin: -1px;
padding: 0px;
border: none;
}
#bottomimgView {
margin: -2px;
}
#bottomimg {
background:transparent url(img/form.png) no-repeat scroll left top;
height:100px;
padding-left:10px;
padding-top:62px;
width:284px;
position: relative;
left: 400px;
margin-top: -100px;
}

#inform {
position: absolute;
top: 170px;
left: 688px;
text-align: center;
color: #fff;
padding:2px 2px 2px 36px ;
width: 242px;
background: url(img/inform.png) no-repeat left top #000;
}