/* home page animations rules */

div#frame {
    height: 590px;
    overflow: hidden;
	background: rgb(0,0,0);
}
div#rising {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../../media/hp/hp_rising.png") no-repeat 230px top;
	visibility: hidden;
}
div#europe {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../../media/hp/hp_europe.png") no-repeat right top;
	visibility: hidden;
}

div#enter {
	position: absolute;
	bottom: 400px;
	left: 65px
}
div#enter p {
	margin-bottom: 10px;
}
div#enter a {
	font-size: 130%;
	color: rgb(247,147,29);
}

div#speeches {
	position: absolute;
	bottom: 330px;
	left: 65px
}
div#speeches p {
	margin-bottom: 10px;
}
div#speeches a {
	color: rgb(247,147,29);
}

img#head_body {
	position: absolute;
	left: 950px;
	top: 274px;
}
img#head_top {
	position: absolute;
	left: 65px;
	top: -36px;
}

img#satellite {
	position: relative;
}
.sat_start {
	margin: -131px 0 0 -200px;
}
.sat_mid {
	margin: 20px 0 0 300px;
}
.sat_end {
	margin: 150px 0 0 950px;
}
.med_start {
	position: absolute;
	left: 442px;
	bottom: 35px;
	visibility: hidden;
}

div#scroll_mask {
	position: absolute;
	top: 280px;
	left:  20px;
	}
div#left_fade, div#right_fade {
	position: absolute;
	top: 0;
	color: white;
	z-index: 5;
	}
div#right_fade {
	left: 315px;
	}
div#scroller {
	width: 315px;
	height: 110px;
	overflow: hidden;
	z-index: 1;
	top: 0;
	background-color: black;
	padding: 4px 15px 0 0;
	}

ul#sponsors {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	}

ul#sponsors li {
	margin: 0;
	padding: 0;
	display: inline;	
	}