css в данный момент очень пичальный=)
щас повышаю паралельно уровень знаний css
@charset "windows-1251";
*{margin:0; padding:0;}
.formAttorization{
padding:3% 0 5% 40%;}
#posClos{
display:none;
cursor:pointer;}
#block{
width:30%;
height:auto;
background-color:#FFF;
position:absolute;
z-index:2;
margin:30% 20% 20% 30%;
border-radius:20px;
-webkit-box-shadow: 0px 0px 10px #cbcbcb;
opacity:0.9;
display:none;
}
#dv{
z-index:1;
position:absolute;
width:100%;
height:100%;
background-color:#000;
opacity:0.6;
display:none;}
img{
border:0px;}
.header{width:100%;
height:300px;}
#header{
height:25%;}
body{
background-image:url(all/images/bg.gif);
background-repeat:repeat;
}
#page {
margin:0 auto;
margin-left:25%;
margin-right:25%;
background-image:url(all/images/bg.jpg);
background-repeat:repeat;
border:1px solid black;
height:900px;
position:relative;}
#left {
background:#000 url(images/left.gif) no-repeat;
height:50px;
width:14px;
float: left;
border-radius:7px 0 0 7px;
}
#right {
background: #000 url(images/right.gif) no-repeat;
width:27px;
height:50px;
float: left;
border-radius:0 7px 7px 0;
}
ul {
list-style: none;
background: #000 url(images/bg.gif) repeat-x;
height: 50px;
float: left;
width:95%;
}
ul li {
display:inline;
float: left;
height: 56px;
margin-right:5%;
margin-left:5%;
}
ul li a {
text-decoration: none;
color: #fff;
padding: 0 10px;
height: 56px;
display: table-cell;
vertical-align: middle;
}
ul li a:hover {
background: #95009E url(images/a-hover.gif) no-repeat;
height:50px;
}
#container-menu{
margin-top:1px;
}