@charset "utf-8";
/* CSS Document */

body {
	/* background-color:#43a7bf; */
	background-image:url('trythis.jpg');
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-family: Arial, Verdana, Helvetica, sans-serif;

}

a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #FF9;
}
a:active {
	color: #FF9;
}

div { background-color:#666; color:#FFF; }

.bl {background: url(bl.jpg) 0 100% no-repeat #666; width: 17em}
.br {background: url(br.jpg) 100% 100% no-repeat}
.tl {background: url(tl.jpg) 0 0 no-repeat}
.tr {background: url(tr.jpg) 100% 0 no-repeat; padding:10px}
.wbl {background: url(bl.jpg) 0 100% no-repeat #666; width: 48em}
.wbr {background: url(br.jpg) 100% 100% no-repeat}
.wtl {background: url(tl.jpg) 0 0 no-repeat}
.wtr {background: url(tr.jpg) 100% 0 no-repeat; padding:10px}