	body{
				background: url(img/bg.png) repeat-x;
				background-color: #e9eaec;	
				font-family: "Lucida Grande", Arial;
			}
			
			#center-image{
				width: 919px;
				height: 518px;
				margin: auto;
				
			}
			#center-image img{
				margin-top: 25px;
			}
			#links{
				width: 919px;
				margin-top: 40px;
				margin-left: auto;
				margin-right: auto;
				color: #90bddc;
				font-size: 16px;
				text-align: center;
			}
			#links ul{
				list-style-type: none;
			}
			#links ul li{
				display: inline;
				text-transform: uppercase;
				padding:20px;
			
			}
			#links li a{
				color: #90bddc;
				text-decoration: none;
			}
			#links li a:hover{
				color: #74A0C2
			}
			#links span{
				
				color: #a8a9ad;
			}