/* CORNER STYLES */
	div.c_ul {
		position: absolute;
		top: 0px;
		left: 0px;
		background-image: url('img/corners/ul.png');
		width: 6px;
		height: 6px;
		margin: 0px;
		padding: 0px;
	}
	div.c_ur {
		position: absolute;
		top: 0px;
		right: 0px;
		background-image: url('img/corners/ur.png');
		width: 6px;
		height: 6px;
		margin: 0px;
		padding: 0px;
	}
	div.c_ll {
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-image: url('img/corners/ll.png');
		width: 6px;
		height: 6px;
		margin: 0px;
		padding: 0px;
	}
	div.c_lr {
		position: absolute;
		bottom: 0px;
		right: 0px;
		background-image: url('img/corners/lr.png');
		width: 6px;
		height: 6px;
		margin: 0px;
		padding: 0px;
	}
	div.c_ulg {
		position: absolute;
		top: 0px;
		left: 0px;
		background-image: url('img/corners/ulg.png');
		width: 6px;
		height: 6px;
		margin: 0px;
		padding: 0px;
	}
	div.c_urg {
		position: absolute;
		top: 0px;
		right: 0px;
		background-image: url('img/corners/urg.png');
		width: 6px;
		height: 6px;
		margin: 0px;
		padding: 0px;
	}
	div.c_llg {
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-image: url('img/corners/llg.png');
		width: 6px;
		height: 6px;
		margin: 0px;
		padding: 0px;
	}
	div.c_lrg {
		position: absolute;
		bottom: 0px;
		right: 0px;
		background-image: url('img/corners/lrg.png');
		width: 6px;
		height: 6px;
		margin: 0px;
		padding: 0px;
	}
/* END CORNER STYLES */