/* Reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}body{line-height:1}a img{border:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}table,td,th{vertical-align:middle}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}button::-moz-focus-inner{border:0}

html, body
{
 height: 100%;
 width: 100%;
 margin: 0px auto;  /* auto для выравнивания по центру */
 align: center;
 text-align: center;
 background-color: #deeaf5;
 background-image:url(/image/obraz.svg);
 background-attachment: fixed;
 background-position: center top;
}


/*----------------------- DIV*/
#maket
{
  font: normal 13px/15px Tahoma, Arial, sans-serif;
  background-color: #deeaf5;
  margin: 3px auto;
  width: 994px;
  border: 2px solid #fff;
  border-radius:12px 12px 12px 12px;
  box-shadow: 0 4px 10px -5px #00000070;
}


#middle
{
 position: relative;
 overflow: hidden;       /* ДЛЯ ВЫРАВНИВАНИЯ СТОЛБЦОВ*/
 margin-top: 0px;
 width: 100%;
}

#content
{
 width: 100%;
 margin: 0px auto;  /* auto для выравнивания по центру */
 text-align: center;
 }

@media only screen and (max-width : 1100px)
{
 #maket
 {
  font: normal 13px/15px Tahoma, Arial, sans-serif;
  background-color: #deeaf5;
  margin: 3px auto;
  width: 750px;
  border: 2px solid #fff;
  border-radius:12px 12px 12px 12px;
 }


 #middle
 {
  position: relative;
  overflow: hidden;       /* ДЛЯ ВЫРАВНИВАНИЯ СТОЛБЦОВ*/
  margin-top: 0px;
  width: 100%;
 }

 #content
 {
  width: 750px;
  margin: 0px auto;  /* auto для выравнивания по центру */
  text-align: center;
 }


}


