/*reset styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
img {
  vertical-align: top;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
}
ul, ol {
  list-style: none;
}
/*main*/
html, body {
  height: 100%;
}
body {
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
}
#main {
  background: #f9f9fd;
  border-radius: 20px;
  margin: 0 auto;
  padding: 15px;
  width: 970px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
#main p {
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: justify;
}
.alloc {
  color: #272471;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-align: center !important;
}
#main li {
  background: url(li.png) left 2px no-repeat;
  line-height: 1.4;
  margin-left: 15px;
  padding: 0 0 3px 23px;
  text-align: justify;
}
#header {
  background: #484cb3;
  border-top: 2px dotted #272471;
  border-bottom: 2px dotted #272471;
  margin-bottom: 20px;
  min-width: 1000px;
  padding: 5px 0 0;
  width: 100%;
}
#header .inner {
  margin: 0 auto;
  text-align: right;
  width: 1000px;
}
#space {
  height: 25px;
}
#footer {
  background: #484cb3;
  border-top: 2px dotted #272471;
  font-size: 0;
  height: 8px;
  margin-top: -10px;
  min-width: 1000px;
  width: 100%;
}
#logo {
  margin: 0 auto 15px;
  text-align: center;
  width: 1000px;
}