body { background-color: gray; background-image: } #container { width: 1300px; min-hight: 1500px; margin-left: auto; margin-right: auto; } #belka { float: left; width: 1000px; height: 130px; background-color:#a00715; color: white; text-align: center; } #zegar { float: left; width: 290px; height: 130px; background-color:#FF5100; color: white; font-size: 40px; text-align: center; margin-left: 10px; } #nav { float: left; background-color: #ebe097; width: 180px; min-height: 1000px; color: #a00715; text-align: center; padding: 10px; } #content { float: left; background-color: #ffffcc; width: 830px; min-height: 1000px; padding: 10px; } #pasek { width: 820px; height: 40px; padding: 5px; background-color: red; } #mrquee { margin-top: 2px; } #luz { float: left; background-color: lightgray; width: 230px; min-height: 1000px; color: #a00715; text-align: center; padding: 10px; } #footer { clear: both; width: 1290px; min-height: 10px; background-color: #a00715; color: white; text-align: center; padding: 5px; } #a { color: black; } #a:hover { color: red; /*podkreślenie nie działa po najechaniu na link*/ text-decoration: underline; } #a:link { /*color działa przy odświerzaniu strony*/ color: black; /*nie sprawdzone*/ background-color: transparent; /*dekoration nie działa chodzi o podkreślenie domyślne */ text-decoration: none; }