/*
 * Standard mood stylesheet for the afternoon
 */

body
{
	background:none;
	background-color: #f7f1fc;
}
body.home
{
	background:none;
	background-color: #f7f1fc;
}
	div#top-bar
	{
	background:none;
	
	}
	
#bgWrapper {
	position: fixed;
    top: 0;
    left: 0;
    height: 45%;
    width:100%;
    z-index:-99998;
    overflow: hidden;
}
img#bgimg {
    position: relative;
    top: 0;
    left:0;
    right:0;
    width: 100%;
    z-index:-99998;
}

img#bgimgTwo {
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    z-index:-99999;
}
#bgWrapperTwo {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index:-99999;
    height: 30%;
    width:100%;
    overflow: hidden;
}

/*
 * Footer
 */
div#footer
{
	color:#ffffff;
}
	div#footer a, div#footer a:hover
	{
		color:#ffffff;
	}
