html,body{
font-weight:normal;
font-style:normal;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
line-height:135%;
margin:0;
padding:0;
text-align:center;
height: 100%;
}

/** { border:1px solid #450065;}*/

* html ul,div,p,a, {
/*any property in here will only affect IE windows because there really isn't any presentation layer inside the html directly*/
/*
border:1px solid #ff0000;
*/
}

body {
background:#86BF25 url(images/bg-tile.jpg) repeat-x top;
background-color:#ffffff;
}


.header{
z-index:0;
top:0;
left:0;
position: absolute;
}



