/* CSS Document */
body
	{
	margin:0px;
	padding:0px;
	font: .8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
		
	}
	a
		{
			color: #77B6D0;
			text-decoration:none;
			
		}
		a:hover
			{
			
			text-decoration:underline;
			}
	strong
		{
			font-weight:bold;
			color:black;
		}
	img
		{
			border:0px;
		}			
		#head, #body
			{
					background: #006C92 url(img/bg.jpg) repeat-x left top;
			}
			#body
				{
					border-top:1px solid #77B6D0;
					padding-bottom:20px;
				}
	#flags,#hMenu, #text, #logos
		{
			width:707px;
			margin: 0px auto;
		}
		#logos
			{
			width:800px;
			}
		#flags
			{
					background: url(img/flags.jpg) no-repeat;
					height:200px;
			
			}
		#hMenu
			{
				color: white;
				font-weight:bold;
				text-transform: uppercase;
			}
			#hMenu ul
				{
					margin:0px;padding:0px;
					margin-top:.2em;
				}
			#hMenu li	
				{
					display:inline;
					padding-left:56px;
				}
			#hMenu	a
					{
						color: #77B6D0;
						text-decoration:none;
						
					}
			#hMenu	a:hover
						{
							color:white;
							
						}
	
				
					
		#text p, #text h1, #films
			{
				margin:10px 100px;
			}
				#text p
					{
						line-height: 1.7em;
					}
			h1
				{
						text-transform: uppercase;
						font-size: 2em;
						line-height:4em;
						text-align:center;		
				}	
			#logos img
				{
					margin: 20px 7px
				}	
	#films
		{
	width:507px;
	height:86px;
	background: url(img/films.png) no-repeat left top;
	position:relative;
		}
		#films img
			{
				position:absolute;
				top:50%;
				left:50%;
				margin-left: -99px;
				margin-bottom: 8px;
			}