	html {
		height: 100%;
		overflow: hidden;
	}
	
	html>body #flashcontent {
		height: 90%;
	}

	body {
		height: 100%;
		margin: 5px;
		padding: 5px;
		background-color: #181818;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	}
	
	a {	
		color:#cccccc;
		text-decoration:none;
	}
	#nav{
		font-size:12;
	}
.citur {
padding:3px;
width:250px;
background-color:rgba(84, 84, 84, 0.7);
border-radius: 8px;
-moz-border-radius: 8px;
}

img{
border:0;
-webkit-transition: -webkit-transform 1s ease-in-out; 
transition: transform 0.3s ease-in-out; 
}
img:hover{
-webkit-transform: scale(1.1);
}

