body {
	margin:0px;
	background-image:url(images/bg_top_left.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:"Comic Sans MS", cursive;
	color:#333333;
}

.bot_left {
	position:absolute;
	bottom:0px;
	right:0px;
	text-align:right;
	font-weight:normal;
	font-size:11px;
}
.top_right {
	position:absolute;
	top:0px;
	right:0px;
}
#test {
	color:#FFFFFF;
	margin:20px;
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	display:none;
	
}
a {
	color:#333;
	text-decoration:;
}

