		#header {
		
			background-image:url(img/bgtop.jpg);
			text-align:center;
			clear:both;
		}

		#footer {

			clear:left;
			height:214px;
			text-align:center;
			background-image:url(img/bgbottom.jpg);
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			color:white;
			
		}
		
		#actual {
			
			position:absolute;
			margin:0 auto;
			left:220px;
			top:325px;
			
		}
		
		a:link {
		
			text-decoration:none;
			color:white;
		
		}
		
		a:visited {
		
			text-decoration:none;
			color:white;
		
		}
		
		a:hover {
		
			text-decoration:underline;
		
		}