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 {
  border: 0;
  margin: 0;
  padding: 0;
  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: #4169E1;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
}
#header {
  margin: 0 auto;
  padding: 20px 10px;
  width: 980px;
}
.logo {
  color: #E1B941;
  font-family: 'gravitas';
  font-size: 40px;
  text-decoration: none;
}
#widget {
  background: #fff url(../images/bg.png) center center no-repeat;
  margin: 0 auto;
  text-align: center;
  min-width: 980px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#widget object {
  vertical-align: middle;
}
#main {
  border-left: 1px solid #C5D1F5;
  border-right: 1px solid #C5D1F5;
  margin: 20px auto;
  color: #F1F4FC;
  padding: 0 20px;
  width: 960px;
}
#main p {
  padding-bottom: 10px;
}
h1 {
  color: #122B76;
  font-size: 26px;
  font-style: italic;
  font-weight: normal;
  margin: 5px 0 15px;
}
#footer {
  border-top: 1px solid #C5D1F5;
  color: #122B76;
  font-size: 13px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  width: 960px;
}
#footer a {
  color: #fff;
  display: inline-block;
  margin: 0 20px 10px 0;
}