

/*
*/

html{
	height: 100%;
}

	body{
		height: 100%;
		margin: 0px;
		padding: 0px;
		background: #B8C1CC;
	}
	
		#bullseye{
			width: 100%;
			height: 100%;
		}
		
			#bullseye td{
				text-align: center;
				vertical-align: middle;
			}
		
		#frame{
			margin: auto;
			width: 776px;
			height: 396px;
			background: url(../_images/frame.gif) no-repeat;
		}
		
			#inside{
				padding: 8px;
			}
			
				#inside img{
					display: block;
				}
			
				#middle{
					width: 760px;
					height: 110px;
					background: url(../_images/home/home_middle.jpg) no-repeat;
				}
				
					#menu{
						height: 16px;
						padding: 70px 0px 0px 292px;
						text-align: left;
					}
					
						#menu img{
							display: inline;
							margin-right: 27px;
							border: 0px;
						}
						
		#footer{
			margin: 5px auto;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #000;
		}
		
			#footer a{
				text-decoration: none;
				color: #006699;
			}