* {
	margin:0;
	padding:0;
}

body {
	text-align: left;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.whole {
	position: absolute;
	left: 50%;
	margin-left: -502px;
	top: 50%;
	margin-top: -342px;
	width: 1004px;
	height: 684px;
	background-color: #FFFFFF; 
}

.launcher {
	position: absolute;
	left: 50%;
	margin-left: -310px;
	top: 50%;
	margin-top: -210px;
	width: 620px;
	height: 4174px;
	}

.launcher a {

	display: block;
	width: 620px;
	height: 417px;
	background-image: url(IOD_launch.gif);
	text-decoration: none;
	color: #FFFFFF;
}

.launcher a:hover {
}