@charset "UTF-8";
/* CSS Document */
#content{
	height:230px;
	left:35%;
	position: absolute;
	text-align:center;
	top: 30%;
	width:285px;
}

/* HEADER */
header{margin-bottom:70px;}

/* NAVIGATION */
nav{
	margin:0 auto;
	width:285px;
}
nav ul li{
	display:inline;
	font-size:120%;
	text-transform:uppercase;
}
nav ul li a{color:#333333;}
#about{margin:0 40px;}

/* FOOTER */
footer{
	position:absolute;
	bottom:0;
}
