/* Add custom styles here */

body { background-color:#e3f3fd;
              background-image:url("/public/asset/asset/10");
              background-position: center 100;
              background-attachment: fixed;
              background-repeat:no-repeat;
              min-height:350;
              margin-left:10;margin-top:10;
 }

/* Contains everything in the page. */
div#en_content { background-color:transparent; }

/* Contains page header. The HTML for this header is configurable in the event template.*/
div#en_header { background-color:transparent; }

/* Contains page footer, inside another div named ‘div#en_footer’. The HTML for the footer is configurable in the event template. */
div#en_footerwrap {}

/* Contains three elements: the Your Account/Login box (see div#en_youraccountc), a freeform block of HTML configurable in the event template, and the Powered By Expectnation box (see div#en_powered_by) */
div#en_sidebar  { background-color:transparent; }

/* Contains navigation and RSS/Atom feed links. See ul#en_navbar and div#en_feeds. */
div#en_menubar { background-color:#dddddd; }

/* Contains main content of each page. */
div#en_main { background-color:transparent; }

/* Navigation (en_menubar) */
ul#en_navbar { }
