Меня не слишком зациклило на обнуление ?
Код:
* {
**** margin:0px;
**** padding:0px;
**** font-size:100.01%;
**** background-color:transparent;
**** border:none;
}
* html body {
**** height:100%;
}
html {
**** height:100%;
}
body {
**** min-height:100%;
**** min-width:960px;
**** position:relative;
**** font:62.5% Verdana; /* 1em = 10px */
**** text-align:left;** /* IE5, default center */
**** color:#000000;
}
a:link, a:visited, a:focus, a:hover, a:active {
**** text-decoration:none;
}
input, textarea {
**** font:62.5% Tahoma;
}
ul, ol, li {
**** list-style:none;
}
.none {
**** display:none;
}