
/* Thanks to http://colourlovers.com/palette/2591 */

/* 6d0303 4d7497 b04233 66c3c8 cd6601 */

body {
   background: #cd6601;
   color: #66c3c8;
   font-family: tahoma, sans-serif;
   font-size: 16px;
}

div {
   background: #4d7497;
   color: inherit;
   width: 550px;
   padding: 10px;
   border: 1px solid #6d0303;
   margin: 20px;
}

a {
   background: #4d7497;
   color: #66c3c8;
}

ul {
   list-style-type: none;
   line-height: 1.8em;
}

img {
   padding-left: 10px;
   margin-left: 20px;
}

.main {
   background: #cd6601;
   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;
}

