html{
	background:url(images/bg.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{
	background:rgba(10,26,47,0); 
	padding:260px 0 60px 0;margin:0; 
	font-family:'Lato', sans-serif;
}
a {
	font-family:'Lato', sans-serif;
	text-decoration:none;
	color:rgba(200,200,0,1);
	font-weight:bold;
	font-size:18px;
	font-variant:small-caps;
	text-shadow:1px 1px 2px rgba(0,0,0,1);
	
}
a:hover{
	text-decoration:underline;
	color:rgba(0,200,200,1);
	text-shadow:0px 0px 8px rgba(0,0,0,1);
}
form {display:inline-block; font-family:'Catamaran',cursive; margin:0px; font-size:18px;}
input[type='url'] {font-family:'Catamaran',cursive; text-align:center;font-size:16px; background:#9999ff;border-radius:14px; margin:2px; padding:1px 5px;}
input[type='email'] {font-family:'Catamaran',cursive; text-align:center;font-size:16px; background:#9999ff;border-radius:14px; margin:2px; padding:1px 5px;}
input[type='password'] {font-family:'Catamaran',cursive; text-align:center;font-size:16px; background:#9999ff;border-radius:14px; margin:2px; padding:1px 5px;}
input[type='text'] {font-family:'Catamaran',cursive; text-align:center;font-size:16px; background:#9999ff;border-radius:14px; margin:2px; padding:1px 5px;}
textarea{font-family:'Catamaran',cursive; text-align:center;font-size:16px; background:#9999ff; border-radius:14px; margin:2px; padding:1px 5px;}
input[type='submit'] {font-family:'Catamaran',cursive; padding:3px 10px; font-weight:bold; border-radius:10px; background:#55aa55; font-size:22px; margin:6px;}
.smallred input[type='submit'] {font-family:'Catamaran',cursive; padding:1px 10px; font-weight:bold; border-radius:10px; background:rgba(200,0,0,1); font-size:16px; margin:0 2px;}
.smallgreen input[type='submit'] {font-family:'Catamaran',cursive; padding:1px 10px; font-weight:bold; border-radius:10px; background:rgba(0,200,0,1); font-size:16px; margin:0 2px;}
#fxdheader, #fxdfooter{
	width:100%; 
	position:fixed; 
	text-align:center; 
}
#fxdheader{
	display:block; 
	top:0;
	background:rgba(4,22,46,1); 
	height:190px; 
	line-height:190px; 
	padding:13px; 
	color:rgba(255,255,255,1);
	border-bottom:2px solid rgba(0,0,0,0.9);
}
#fxdfooter{
	bottom:0; 
	background:rgba(4,22,46,1); 
	height:40px; 
	line-height:40px; 
	padding:10px; 
	color:rgba(255,255,255,1); 
	border-top:2px solid rgba(0,0,0,0.9);
}
.middleheight{
	display:inline-block; 
	vertical-align:middle; 
	line-height: normal;
}   
#headleft{
	display:inline-block;
	vertical-align:bottom; //it inherits vertical align from above...
	margin:0 20px;
}  
#mmenuhead, #menuhead{
	display:inline-block;
	font-size:10px; 
	vertical-align:top; //it inherits vertical align from above...
	margin:0 20px;
}  
#mmenuhead a ,#menuhead a {
	font-family:'Lato', sans-serif;
	text-decoration:none;
	color:rgba(200,200,0,1);
	font-weight:bold;
	font-size:10px;
	font-variant:small-caps;
	text-shadow:1px 1px 2px rgba(0,0,0,1);
	
}
#mmenuhead a:hover, #menuhead a:hover{
	text-decoration:underline;
	color:rgba(0,200,200,1);
	text-shadow:0px 0px 8px rgba(0,0,0,1);
}

.container{
	display:block;
	width:95%; 
	margin:0 auto; 
	text-align:center; 
	padding:20px;
}
.mcontainer{
	width:75%; 
	margin:0 auto; 
	text-align:center; 
	padding:20px;
}		
.country{
	display:inline-block; 
	margin:5px; 
	padding:10px 20px; 
	font-weight:bold; 
	border-radius:10px; 
	background:rgba(10,26,47,0.95); 
	color:rgba(100,200,100,1); 
	border:2px solid rgba(0,0,0,1); 
	box-shadow:2px 2px 4px rgba(0,0,0,1); 
	text-shadow:2px 2px 4px rgba(0,0,0,1); 
	text-transform:uppercase; 
	font-size:22px; 
	vertical-align:top; 
}
.country a{
	font-size:16px; 
	text-decoration:none; 
	color:rgba(255,0,0,1); 
}
.country a:hover{
	font-size:17px; 
	color:rgba(200,100,100,1); 
	text-shadow:0px 0px 6px rgba(255,255,255,1);
}
.country .flag {
	display:inline-block; 
}
.country .flag img{
	height:22px; 
	margin:0 10px;
}
.words{
	background: linear-gradient(to right, rgba(18,78,157,0.95) 0%, rgba(10,26,47,0.95) 100%);
	border-radius: 5px 5px 5px 5px;
	width:80%;
	text-shadow:none;
	font: 16px Lato, sans-serif;	
	color: white;	
	text-align: center;
	vertical-align: top;
	padding: 15px;
	line-height:2em;
    margin:0 auto;
    font-style: normal;
	border:2px solid white;
}
.words ul{
	width:500px;
	margin:0 auto;
	text-align:left;
}
#vp {
	width:340px; 
	height:190px;
	box-shadow:2px 2px 4px rgba(0,0,0,1);
}
.vidframe {
	width:340px; 
	height:190px;
	box-shadow:2px 2px 4px rgba(0,0,0,1);
}
.workingarea{
	border-radius:20px;
	padding:10px 20px;
	background:rgba(255,255,255,0.8);
	box-shadow:5px 5px 3px rgba(0,0,0,1);
}
.whitenote{
	font-size:12px;
	color:rgba(255,255,255,1);
}
.warn{
	display: block;
	margin:15px auto;
	color:red;
	background:rgba(255,255,255,0.8);
	border-radius:3px;
	border:2px solid black;
	padding:10px 20px;
	width:600px;

}