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



* {
  padding:0;
  margin:0;
}

body {
	background-color: #26424f;
}
#wrap {
	position: relative;
	height: 2000px;
	width: 800px;
	margin: 0 auto;
}#wrap #home {
	position: absolute;
	height: 700px;
	width: 800px;
}
#wrap #about {
	position: absolute;
	height: 700px;
	width: 800px;
	top: 900px;
}
#wrap #speak {
	position: absolute;
	height: 700px;
	width: 800px;
	top: 1700px;
}#nav #menu {
	position: absolute;
	height: 70px;
	width: 694px;
	margin: 0 auto;
}

#wrap #nav {
	position: fixed;
	height: 70px;
	width: 700px;
	bottom: 20px;
	margin: 0 auto;
	z-index: 1000;
	background-color: #26424f;
	right: 300px;
}	#wrap  h1 {
	font-family: "Times New Roman", Times, serif;
	color: #E9686B;
	font-size: 18px;
}
#wrap  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#wrap li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#firebelly {
	position: fixed;
	height: 18px;
	width: 166px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E9696C;
	right: 10px;
	bottom: 10px;
}
