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

* { 
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	text-align: center;
	color: #333;
	background: #000000 url(../images/bg.jpg) no-repeat;
	/*cursor: url(../Elements/cur.cur), auto;*/
}

h1 {
	font-size: 200%;
}


div#club_evasion {
	z-index: 3;
	top: -1em;
	left: 38em;
	position: absolute;
}

div#club_evasion :hover {
	background: url(../images/club_evasion2.png);
}


div#contact1 {
	z-index: 2;
	top: 26em;
	left: 48em;
	position: absolute;
}

div#contact2 {
	z-index: 2;
	top: 8em;
	left: 2em;
	height: 280px;
	width: 360px;
	position: absolute;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #ff55ff;
}

#tel {
	font-size: 115%;
	color: #b300b7;
	font-family: Comic sans ms, Arial black, Arial, sans-serif;
}

.mail_to {
	text-decoration: none;
	font-size: 110%;
	color: #a200ff;
	border-bottom: 1px solid #fc00ff;
	font-family: Comic sans ms, Arial black, Arial, sans-serif;
}

div#copyright{
	z-index: 3;
	top: 74em;
	left: 1%;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff55ff;
}

#copyright a, #copyright a:link {
	color: #ff55ff;
	font-size: 100%;
	text-decoration: none;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
}



