body{
	background:url("../images/background.jpg");			
	}
	
h1{
	font-family: 'Poiret One', cursive;
	font-size:60px;
}

h2{
	font-family: 'Poiret One', cursive;
	font-size:40px;
}

h3{
	font-family: 'Poiret One', cursive;
	font-size:35px;
}

p{
	font-family: 'Poiret One', cursive;
	font-size:30px;
}
	
table{
	width:904px;
	height:904px;
	position:absolute;
	left:130px;
}

.nav {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    background-color:#ffffff;
	border:1px solid #daa520;
}

.nav-info {
    float:left;
}

.nav-link {
    display:block;
    color:#000000;
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
	font-family:'Raleway', sans-serif;
	font-weight:bold;
	margin-left:40px;
}

li a:hover {
	color:#ffffff;
    background-color:#daa520;
}
	
.container{
	width:1000px;
	height:1400px;
	border:20px solid #daa520; /*gold*/
	background-color:#ffffff;
	text-align:center;
	margin:50px auto;
	padding:20px 80px 20px 80px;
	position:relative;
}
	
footer {
	font-family:'Poiret One', cursive;
	font-size:30px;
	position:absolute;
	top:1400px;
	left:150px;
}
	