* {
  margin: 0;
  padding: 0;
}
html {height: 100%;}

* html body {height: 100%;}

body {
  min-width: 1000px;
  min-height: 100%;
  position: relative;
  font-family: Arial, sans-serif;
  color: #000;
  line-height: 18px;
  font-size: 13px;
  background-color:#FFF;
}

a, img
{
 outline: none;
}

a img
{
 border: none;
}

a
{
 color: #A6243C;
}

a:hover
{
 text-decoration: none;
}

.wrapper
{
 padding-top: 130px;
}

.block
{
 -moz-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
 -webkit-border-top-left-radius: 10px;    
-webkit-border-top-right-radius: 10px;    
-webkit-border-bottom-right-radius: 10px;    
-webkit-border-bottom-left-radius: 10px; 
 background-color: #eee;
 margin-bottom: 43px;
 position:relative;
 left:50%;
 margin-left:-400px;
 width:800px;
}

.blockc
{
 padding: 12px;
}

.blockc h1
{
 font-weight: normal;
 line-height: 18px !important;
 color: black !important;
 padding-left: 0 !important;
 margin-bottom: 8px;
  margin-top: 8px;
}

.block span
{
 margin-bottom: 16px;
 display: block;
}