Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url(reset.css);
- body {
- background:#f1f1f1;
- }
- #fullHeader {
- float:left;
- min-width:100%;
- height:90px;
- }
- #header {
- min-width:100%;
- height:60px;
- background:#B52B42;
- }
- #inner-header {
- width:1180px;
- height:60px;
- margin:0 auto;
- }
- #home {
- float: left;
- width: 140px;
- }
- #menubar{
- float: left;
- width: 1180px;
- }
- #wrapper {
- width:1180px;
- margin:0 auto;
- -moz-box-shadow:0 0 5px #888;
- -webkit-box-shadow:0 0 5px #888;
- box-shadow:0 0 5px #888;
- }
- #mainContent {
- width:100%;
- float:left;
- background-color:#FFF;
- }
- #newsHolder {
- float:left;
- width:840px;
- height:493px;
- }
- #item1 {
- float:left;
- width:477px;
- height:320px;
- margin-bottom:5px;
- }
- #item2 {
- float:right;
- width:358px;
- height:244px;
- margin-bottom:5px;
- }
- #item3 {
- float:left;
- width:236px;
- height:167px;
- margin-right:5px;
- }
- #item4 {
- float:left;
- width:236px;
- height:167px;
- }
- #item5 {
- float:right;
- width:358px;
- height:244px;
- }
- #item1 img,#item2 img,#item3 img,#item4 img,#item5 img {
- width:100%;
- height:100%;
- }
- #sidebar-right {
- float:right;
- width:340px;
- background:#FFF;
- }
- #newsList {
- float:left;
- width: 840px;
- background:#FFF;
- }
- #footer {
- float:left;
- min-width:100%;
- height:70px;
- background:#006;
- }
Advertisement
Add Comment
Please, Sign In to add comment