@charset "UTF-8";
/* CSS Document */

body{
	background-color: antiquewhite;
	
	}
	
#content{
	
	width:970px;
	margin:auto;
	font-family: 'Playball', cursive;
	font-size: 22px;
	text-align: center;

	}
	
#image{
	margin:auto;
	 width:auto;
	 height:auto;
	margin-top: 300px;
	 padding:15px 0 5px 0;
	text-align:center;
		}
		
	
#content a{
		color: #d8b965;
	}

#content a:hover{
		color: #d8b965;
	}


	
#content p{
	text-align:center;
	}
	


/* FONT FACE */

@font-face{
	font-family:"Dulcelin";
	src:url(links/fonts/Dulcelin.otf);