@charset "utf8";

/*--- page centering ---*/

html {
	height: 100%;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	}
body.yellow {
	background-color: rgb(254,237,0);
	}
body.black {
	background-color: rgb(0,0,0);
	}

#page-table {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	}
#page-td {
	height: 100%;
	padding: 0;
	vertical-align: middle;
	}

/*--- content ---*/

div#h_frame,
div#e_frame {
	position: relative;
    width: 800px;
	height:600px;
	margin: 10px auto;
    text-align: center;
	}
div#h_frame {
	background: rgb(0,0,0) url(home_background.jpg) no-repeat top left;
	}
div#e_frame {
	background: rgb(0,0,0) url(event_background.jpg) no-repeat top left;
	}

/*--- left clicks ---*/
img {
	border: none;
	}

img#tfkleft {
	position: absolute;
	left: 35px;
	top: 34px;
	width: 124px;
	height: 79px;
	}
img#tos {
	position: absolute;
	left: 36px;
	top: 139px;
	width: 103px;
	height: 17px;
	}
img#deejay {
	position: absolute;
	left: 105px;
	top: 248px;
	width: 157px;
	height: 68px;
	}

img#tfkright {
	position: absolute;
	left: 429px;
	top: 34px;
	width: 124px;
	height: 79px;
	}
img#toe {
	position: absolute;
	left: 429px;
	top: 139px;
	width: 103px;
	height: 17px;
	}
img#event {
	position: absolute;
	left: 466px;
	top: 301px;
	width: 221px;
	height: 59px;
	}
	
img#contact {
	position: absolute;
	left: 548px;
	top: 541px;
	width: 168px;
	height: 12px;
	}