@import '/css/styles.css';

/* background, main image & footer colors */
body { background: #ffd1c9 url(bgr.gif) repeat-x }
#bgrpic { background-image: url(bgrpic.jpg)}
#slogan {
	left: 0;
	top: 136px;
	color: #f9c;
}
#footer { color: #c99 }
#footer a { color: #f69 }
#footer a:hover { color: #c69 }

/* PNG images */
#picalpha1 {
	position: absolute;
	width: 95px;
	height: 72px;
	left: -50px;
	bottom: -50px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/default/picalpha01.png');
	z-index: 11;
}
html>body #picalpha1 { background: url(picalpha01.png)}
#picalpha2 {
	position: absolute;
	width: 122px;
	height: 135px;
	right: -70px;
	bottom: -60px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/default/picalpha02.png');
	z-index: 11;
}
html>body #picalpha2 { background: url(picalpha02.png) }
