/* CSS copyright seyDoggy http://www.seyDoggy.com */

/*<group=background dark blue>*/

body {
	background: #333366;
}

#container { 
	background: #333366;
}

.cnrbl {
	background: bottom left no-repeat url(../../images/corner-bl-blue-dk.jpg) transparent;
}

.cnrtl {
	background: top left no-repeat url(../../images/corner-tl-blue-dk.jpg) transparent;
}

.cnrbr {
	background: bottom right no-repeat url(../../images/corner-br-blue-dk.jpg) transparent;
}

.cnrtr {
	background: top right no-repeat url(../../images/corner-tr-blue-dk.jpg) transparent;
}

/*</group>*/


