/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {  margin: 0;  padding: 0; border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block;}body {  line-height: 1;}ol, ul {  list-style: none;}blockquote, q { quotes: none;}blockquote:before, blockquote:after,q:before, q:after { content: '';  content: none;}table {  border-collapse: collapse;  border-spacing: 0;}

.main {
  background-color: #E8E9EB;
}

.dx {
  position: relative;
  width: 67%;
  min-width: 500px;
  height: auto;
  float: right;
  z-index: -1;
}

.sx {
  position: relative;
  width:34%;
  min-width: 250px;
  height: auto;
  z-index: 50;
  background-color: #FFFFFF;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}

h1 {
  position: relative;
  font-size: 2.4em;
  font-weight: bold;
  font-family: regencie;
  text-align: left;
  padding-left: 0.4em;
  padding-right: 1em;
  padding-top: 7%;
  line-height: 1.2em;
  color: #000000;
}

.text {
  position: relative;
  font-size: 1.1em;
  font-family: regencie;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 7%;
  line-height: 1.2em;
  color: #000000;

}

.p1 {
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
  font-family: regencie;
  text-align: left;
  padding-left: 0.7em;
  padding-right: 1em;
  padding-top: 7%;
  line-height: 1.2em;
  color: #000000;

}

#comments {
  position: relative;
  font-size: 1.1em;
  font-family: regencie;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 7%;
  line-height: 1.2em;
  color: #000000;

}

.footer {
  position: relative;
  clear:both;
  width: 100%;
  height: 4em;
  overflow:hidden;
  z-index: 99;
}

#footop{
  position: fixed;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: -1; 
}

.footer p{
  color:#5C5858;
  text-align:center;
  line-height:4em;
  font-family: Verdana;
  background-color: #C4D4E5;
}

@font-face{
  font-family: 'regencie';
  src: url('font/regencie.ttf');
}
