html {}
body {
width:95%;
height: 400px;
background: #f0f0f0 url(../imghost/background/background.jpg) repeat-x;
color: #000022;
margin: 40px auto 0 auto;
font-family: Verdana, Geneva, Arial, Helvetica;
font-size: large;
font-weight: normal;
}
a {color: blue;font-size: 1em; text-align: center;}
h2{color: #000022;font-size:1.7em;text-align: center;}
h3 {color: #000022;font-size: 1.1em; text-align: center;}
h4 {color: #000022;font-size: 1.5em; text-align: center;}
h9 {text-align: center;}
#wrapper {}
#header {text-align: left; height: 125px; margin-top:10px; background: transparent url(../imghost/logo/logo.jpg) no-repeat; background-position:center;}
#sidebar1 {float: left; /* since this element is floated, a width must be given */
	   width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	   background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	   padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */}
#sidebar2 {float: right; /* since this element is floated, a width must be given */
	   width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	   background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	   padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */}

#content {margin: 0 auto;margin:0 auto;}
#footer {height: 50px; 
         width:80%;
         /*position:fixed;*/
         bottom:50px;
         text-align:center;}
/* kreos */

