
/* Thanks to http://colourlovers.com/palette/3621 */

/* fe4726 ffd911 00673e */

body {
   background: #00673e;
   color: #fe4726;
   font-family: tahoma, sans-serif;
   font-size: 16px;
}

div {
   background: #ffd911;
   color: inherit;
   width: 550px;
   padding: 10px;
   border: 1px solid #fe4726;
   margin: 20px;
}

a {
   background: inherit;
   color: #fe4726;
}

ul {
   list-style-type: none;
   line-height: 1.8em;
}

img {
   padding-left: 10px;
   margin-left: 20px;
}

.main {
   background: #00673e;
   color: inherit;
   padding: 0;
   border: 0;
   margin: 0;
}

.logo {
   position: absolute;
   top: 110px;
   left: 560px;
   margin: 0;
   border: 0;
}

ul.menu {
   display: inline;
   list-style-type: none;
}

