/* ===| COLORS |==============================================================*/
body
{
	background: #ecf4ff url(../images/bg-body.jpg) repeat-x top left;
/*	background-attachment:fixed;*/
}

#body2
{
	background: url(../images/bg-body2.jpg) repeat-x bottom left;
/*	background-attachment:fixed;*/
}
#intro{background: url(../images/bg-intro.jpg) no-repeat top center;}

#wrap-container{background:url(../images/bg-wrapcontainer.jpg) no-repeat top center;}
#right-column {background-color: transparent;}
#header {background: url(../images/bg-header.jpg) no-repeat top left;}
#container {background:url(../images/spacer.jpg) repeat-y top left; color: inherit;}
#footer{background-color: transparent; color: inherit;}

#wrap-footer{background: url(../images/bg-wrapfooter.jpg) no-repeat 50% 100%;}

p { color:#ebfff7;}
a { color: #194379;}
a:hover {text-decoration: none;}
