html, body {
	height:100%;
}
#c {
	height:100%;
}

/* left */
#intro_left {
	width:43%;
	background-color:#117926;
	text-align:center;
}
#intro_launch {
	text-indent:-999px;
	display:block;
}
#intro_logo {
	text-indent:-999px;
	display:block;
}

/* right */
#intro {
	display:block;
	width:100%;
	font-size:24px;
	padding:5px 0 0 0;
}

/* intro text */
#quicktime {
	display:block;
	padding:10px 10px 10px 50px;
	width:300px;
	background:url(../images/getquicktime.gif) no-repeat 0px 5px;
}
#flash {
	display:block;
	padding:10px 10px 10px 58px;
	width:300px;
	background:url(../images/flash.gif) no-repeat 0px 5px;
}

/* temp */
a.launch {
	display:block;
	width:100%;
	height:100%;
}
a.launch:hover {
	text-decoration:none;
}
