@font-face { 
	font-family: 'Cormorant Upright'; 
	src: url(../fonts/CormorantUpright-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1.6em;
    line-height: 1;
	background: #ffffff;
	color:black;
	font-family: 'Cormorant Upright', serif;
}

#container {
    width: 600px;
	height:720px;
    margin: 0 auto;
}

#header {
	width:100%;
}
#header img{
	float:right;
}

.middle {
	text-align: center;
}

p a{
	color:black;
    text-decoration: none;
}

#footer {
	width:100%;
}
