@charset "utf-8"; /* CSS Document */ /* CSS Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; background-color:#eff3fc; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* Мои идентификаторы */ #header{ height:120px; width:100%; background-color:#0066FF; background-repeat:repeat-x} #logo{ height:70px; width:30%; background-color:#063; margin-top:25px; float:left; margin-left:40px;} #loz{ height:100%; width:400px; background-color:#F00; float:right;} /* Меню */ #nav{ height:30px; width:100%; background-color:#999; background-repeat:repeat-x;} #menu{ height:30px; width:700px; margin:0 auto; background-color:#CC0;} /* Контент */ #content{ margin: 0 auto; height:150px; width:98%; background-color:#6F3;} #prokladka{ height:14px; background-color:#eff3fc;} #contmiddle{ height:100%; width:100%; border:2px solid #000000;} #contbot{ background-image:url(images/righttop.png); height:10px; width:10px; background-position:right;} |