/*
This style sheet overrides declarations in the /themes/default/styles/styles.css file to customize
the user interface for this company. Modifications are typically kept to the header area
*/

/* Header area */
#header, #header div.wrapper { background-image: url(../images/header_bg.gif); }
#welcome { color: #fff; }
#welcome-admin { color: #fff; }
a.logout { color: #a7d0f8; }
#header-signin a { color: #a7d0f8; }
#header-signin div.stay { color: #fff; }
#header-signin div.signup { color: #fff; }

