body 		{background-color: #000000;
			overflow-x: hidden; 
			overflow-y: auto;}
			
#Content {position: relative;
			width: 880px;
			height: 800px;
			left: 0px;
			top: -16px;
			background-image: url(images/background.jpg);}
			
#menu		{position: relative;
			left: -198px;
			top: 6px;}
			
iframe	{position: relative;
			iframe.style.left = "-10000px";
			width: 800px;
			height: 400px;
			top: 18px;
			left: -10px;}
			
#footer	{position: relative;
			top: 26px;
			left: 212px;}
					
a:link 	{font-family: Arial;
			color: #39bae2; 
			font-size: 16px;      
			text-decoration: none;}

a:visited {font-family: Arial;
			color: #39bae2; 
			font-size: 16px;      
			text-decoration: none;}

a:active {font-family: Arial;
			color: #39bae2; 
			font-size: 16px;      
			text-decoration: none;}

a:hover 	{font-family: Arial;
			color: #FFFFFF; 
			font-size: 16px;      
			text-decoration: none;}	
