
* {
padding : 0;
margin : 0;
}
html, body {
height : 100%;
}
body {
position: relative;
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
background-color : none;

}

p {
padding : 30px;
color: white;
}

#wrapper {
margin : 0 auto ;
background-color:yellow;
height : auto !important ;
min-height : 100%;
width: 1200px;
text-align: left;
background : url(images/homex.jpg);

}

* html #wrapper {
height : 100%;
}

#navi {
float: left;
width: 130px;
padding : 20px 40px 140px 20px;
background : url(images/50white.png);
}

#navi li {
font-family : Tahoma, Arial, sans-serif;
font-size: 1.2em;
list-style-type : none;
}


#site_info {
margin : 0 auto;
clear: both;
background-color: #eeeeee;
background : url(images/footer.jpg);
height: 88px;
width: 1200px;
}


