@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.jpg) top center repeat-x #e67172;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #170d04;
	font-size: 15px;
	line-height: 22px;
}
a:link, a:visited {
	color: #327e02;	
}
a:active, a:hover {
	color: #0099a9;	
}
h1 {
	color: #a60011;	
	font-size: 21px;
	font-style: italic;
}
h2 {
	color: #093a6b;	
	font-size: 19px;
	font-style: italic;
}
h3 {
	color: #6c8ca2;	
	font-size: 17px;
	font-style: italic;
	display: inline;
}
#frame {
	width: 1020px;
	height: 765px;
	margin: 0 auto;
	background: url(../img/frame.png) top center no-repeat;
}
#footer {
	width: 970px;
	margin: 0 auto;
	color: #fff;
	font-weight:bold;
	font-size: 14px;
}
#welcome {
	width: 996px;
	height: 741px;
	background: url(../img/everaftersplash.jpg) top center no-repeat;
	margin: 12px 0 0 11px;
	position: absolute;
}
#enter {
	width: 233px;
	height: 78px;
	margin: 210px 0 0 380px;
	position:absolute;
}
#everafterbg {
	width: 996px;
	height: 741px;
	background: url(../img/everafterbg.jpg) top center no-repeat;
	margin: 12px 0 0 11px;
	position: absolute;
}
#nav {
	width:110px;
	height: 228px;
	margin: 46px 0 0 71px;
	position:absolute;

}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#nav ul li{
	display: inline;
	width:110px;
}
#content {
	width: 680px;
	height: 550px;
	/* background-color: red; */
	float: right;
	margin: 50px 60px 0 0;
	_margin: -220px 30px 0 0;
}
#birds {
	width: 100px;
	height: 100px;
	background-color: yellow;
	position: absolute;
	display: inline;
	clear: right;
	margin: 400px 0 0 0;
}