@charset "utf-8";

/*
 Theme Name: doodoolist 2009
 Theme URI: http://bwiechering.com
 Description: latest doodoolist theme
 Author: Bernd Wiechering
 Author URI: http://bwiechering.com
 Tags: nice, bright, modern
 Version: 1.0
*/



/* ------------------------------- */
/*   =imports
/* ------------------------------- */

@import "reset.css";



body {
    background: #72b8b4;
    font-family: "trebuchet MS",sans-serif;
}

#wrapper {
    width: 627px;
    margin: 0 auto;
    text-align: center;
}


/***********************************************
 * header                                      *
 ***********************************************/

#header {
    width: 627px;
    height: 238px;
    background: #72b8b4 url(images/construction.jpg) no-repeat;
    margin-top: 200px;
    padding: 0 0 0 60px;
    position: relative;
    text-align: left;
}




