@charset "UTF-8";
/* CSS Document */

body {
background-color:#8CC919;
margin:0px;
padding:0px;
background-repeat:repeat-x;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-position:top;

}

#container{
posistion:relative;
width:800px;
height:auto;
margin-top:0px;
margin-bottom:auto;
margin-left:auto;
margin-right:auto;
}

#mycontent {
padding:0px;
margins:0px;

}

#header {
position:relative;
height:150px;
}

/*Typography*/

body {
font-family:Arial, Helvetica, sans-serif;

}

ul.navigation {
list-style:none;
display:block;


}