body {
	margin: 0;
	padding: 0;
	font: 16px/1.5em Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #333;
	background-image: url('background_2024.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

* { cursor: url(cursor.png), none !important }

/* Slides */

div#slideframe {
	position: fixed;
	top: 265px;
	left: 43px;
	width: 1381px;
	height: 781px;
	overflow: hidden;
}

div#slideframe iframe {
	width: 1381px;
	height: 781px;
	border: 0;
}

/* Events */

div#events {
	position: fixed;
	top: 265px;
	left: 1450px;
	width: 440px;
	height: 571px;
	overflow: hidden;
	padding: 0;
}

div#events iframe {
	border: 0;
	padding: 0;
	width: 440px;
	height: 581px;
}

/* Advertisement */

div#spons {
	position: fixed;
	border: 4px solid white;
	top: 860px;
	left: 1446px;
	width: 450px;
	height: 183px;
	overflow: hidden;
	padding: 0;
}

div#spons iframe {
	border: none;
	background-color: #FFF;
	padding: 0;
	width: 450px;
	height: 183px;
	overflow: hidden;
}

/* Top Bar */

div#ifcont {
	height: 180px;
	width: 1250px;
	overflow: hidden;
	position: fixed;
	top: 10px;
	left: 600px;
}

div#ifcont iframe {
	border: 0;
	position: relative;
	width: 1250px;
	height: 180px;
	overflow: hidden;
}