@charset "UTF-8";
/* CSS Document */
/*
body{ 
	 padding: 0 5px;
	font-family: Verdana, sans-serif;
	background-color: #DDD;
}*/
ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}
.next, .prev{
	cursor:pointer;
}

#screen {
	position:absolute;
	height:425px;
	width:720px;
	margin-top:52%;
	margin-left:30%  
}

@-moz-document url-prefix() { 
  #screen{
     margin-top:25%;
  }
	}
	
@-moz-document url-prefix() { 
  #screen {
     margin-top:25%;
}
}
	
	
	#screen .next, #screen .prev{
		position:absolute;
		top:150px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	
#sections{
	overflow:hidden;
	background-color: #FFF;
	background: rgba(0,0,0,0.6);
	width:600px;
	height:369px;
	clear:left;
	margin-left:62px;
}
	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			padding:11px 30px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:550px;
				margin:16px 0;
				font-size:85%;
				line-height:1.4em;
				color:#000;
			}
			
			#sections h2{
				color:#993333;
				margin:20px 0pt;
			}
			#screen #sections a{
				color:#F30;
				/*font-weight:bolder;*/
				text-decoration:none;
			}



/*--------------------*/
#screen2 {
	position:absolute;
	height:425px;
	width:720px;
	margin-top:50%;
	margin-left:300px;
}

@-moz-document url-prefix() { 
  #screen2{
     margin-top:25%;
  }
	}


	#screen2 .next, #screen2 .prev{
		position:absolute;
		top:150px;
	}
	#screen2 .prev{
		left:10px;
	}
	#screen2 .next{
		right:10px;
	}

#sections{
	overflow:hidden;
	background-color: #000;
	background: rgba(0,0,0,0.7);
	width:600px;
	height:369px;
	clear:left;
	margin-left:62px;
}
	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			padding:11px 30px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:550px;
				margin:16px 0;
				font-size:95%;
				line-height:1.4em;
				color:#FFF;
			}
			
			#sections h2{
				color:#FFF;
				margin:20px 0pt;
				font-size:1.4em;
				line-height:0.80em;
			}
	

#links{
	position:absolute;
	right:5px;
	border:1px solid #777;
	width:210px;
	top:15px;
	padding:10px;
}
	#links h3{
		color:#777;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}

.clear{
	clear:both;
	width:0;
	height:0;
}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	height:auto;
	padding-left:5px;
	line-height:18px;
}
.side{
	position:absolute;
	right:5px;
	width:210px;
	padding:10px;	
}

