body {
   Background-color:#CD5C5C
}

h1 , p :{
     Font-family:"Arial", Helvatica", "Sans-serif";
     text-indent: 10px;
     padding:0px 10px 0px 10px;
}

ul{
    float:left;
    width:560px;
}

li {
   display:inline;
   margin-left:20px;
}

a {color:#ffffff;
   text-decoration:none;
}

a:hover {
  color:#ff8800;
}

img {
  float:right;
  width: 100px;
  height: auto;
}

div {
    width:600px;
    height:100%
    background-color:#999999;
    margin-left:auto;
    margin-right:auto;
    border-radius:5px
}
