Подскажите что не так с кодом.
#access a {
color: #ffea00;
display: block;
font-size: 15px;
font-weight: bold;
line-height: 2em;
padding: 0.5em 1em;
text-decoration: none;
text-shadow: 2px 2px 0px black, 0 0 1em #0084ff;
div.textbox {
background: none repeat;
border: 4px groove #ffffff;
border-radius: 15px;
background-color: rbga(66, 66, 66, 0.75);
box-shadow: 0px 0px 0px #2e55ff, 0px 0px 15px #000000;
margin: 12px 8;
padding: 2px 8px;
position: relative;
}
}
#access a:hover {
color: #ff0000;
display: block;
background: #00c0ff;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
}
#access a {
color: #ffea00;
display: block;
font-size: 15px;
font-weight: bold;
line-height: 2em;
padding: 0.5em 1em;
text-decoration: none;
text-shadow: 2px 2px 0px black, 0 0 1em #0084ff;
div.textbox {
background: none repeat;
border: 4px groove #ffffff;
border-radius: 15px;
background-color: rbga(66, 66, 66, 0.75);
box-shadow: 0px 0px 0px #2e55ff, 0px 0px 15px #000000;
margin: 12px 8;
padding: 2px 8px;
position: relative;
}
}
#access a:hover {
color: #ff0000;
display: block;
background: #00c0ff;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
}