body {background: url(images/fon.jpg); color:gray; font-family: "Comic Sans MS", cursive; margin:0px;}
a {color:gray;}
.brush {position: relative; top:0px; left:0px;}
.table{
background: url(images/table-fon.jpg);
border-radius: 5;
box-shadow: 0 0 5px black;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
padding:10px 10px 10px 10px;
position: absolute; top:50px; right:50px;}
.news {background:url(images/news.png) no-repeat top center;}
.new {background:url(images/new.png) no-repeat top center;}
.about {background:url(images/about.png) no-repeat top center;}
.me {background:url(images/me.png) no-repeat top center;}
.zakaz {background:url(images/zakaz.png) no-repeat top center;}
.img {
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);}
.img:hover {
border:3px; border-color:#FC0; border-style:solid;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);}
input.button  {
margin: 0px;
padding: 0px;
width: 150px;
height: 35px;
font: 20px/20px arial;
font-weight: bold;
text-align: center;
border: 0px;
background: greenyellow url(images/overlay.png) repeat-x;
display: inline-block;
color: whitesmoke;
text-decoration: none;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer }
.button:active { top: 1px; }
.copyright a {text-decoration:none; position:absolute; bottom:0px; left:0px;}