|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/atlanticcartingcom/css/ |
Upload File : |
html { width: 100%; background: url(../images/backgroundgrad.png) top left repeat-x; }
body {
background-image: url(../images/backgrounda.jpg);
background-repeat: no-repeat;
background-position: center top;
}
* {margin:0;padding:0;}
/* must declare 0 margins on everything, also for main layout components use padding, not
vertical margins (top and bottom) to add spacing, else those margins get added to total height
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 30px;
margin-left:auto;
margin-right:auto;
width:918px;
background-color:#999999;
} /* must be same height as the footer */
#footer {position: relative;
margin-left:auto;
margin-right:auto;
width:918px;
margin-top: -30px; /* negative value of footer height */
height: 30px;
clear:both;
background-color:#333333;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */