@charset "utf-8";
/* CSS Document */
html, body {
 margin:0;
 padding:0;
 height:100%;
 background:#B7B099;
}

body {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color:#371A1B;
}

a {color:#270A0B;
	text-decoration:none;
}

#container {
 position:absolute; 
	margin:0 auto;
	top:50%;
	left:50%;
 height:20px;
 width:20px;
 z-index:0;
}

#main {
 position:absolute; 
	margin:0 auto;
	top:-263px;
	left:-350px;
 text-align:left;
 height:526px;
 width:700px;
 clear:left;
 background:url(images/hands.jpg);
 z-index:0;
}


#txt_tl {
	position: absolute;
	width:200px;
	left: 20px;
	top: 20px;
	text-align:center;
	z-index: 1;
}

#txt_bl {
	position: absolute;
	width:300px;
	left: 20px;
	bottom: 20px;
	z-index: 1;
}

#txt_tr {
	position: absolute;
	width:400px;
	right: 20px;
	top: 20px;
	text-align:right;
	font-size: 30px;
	z-index: 1;
}

#txt_br {
	position: absolute;
	width:200px;
	right: 20px;
	bottom: 20px;
	text-align:center;
	z-index: 1;
}
#links {
	position:absolute;
	display:none;
	width:702px;
	left:-350px;
	height:388px;
	top:270px;
}
#links a {
	position:relative;
	width:230px;
	float:left;
	padding:2px;
	border:none;
}