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

body {
	background: #fafaf4;
	height: 100%;
}

#outerwrapper {
	position: relative;
	width: 1000px;
	height: 2500px;
	top: -16px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	background-image: url(../graphics/blog%20border%20image.PNG);
	background-repeat: repeat-y;
}

#logo {
	position: absolute;
	width: 450px;
	height: 94px;
	top: 50px;
	margin-left: 275px;
	background-image: url(../graphics/logo2.gif);
	background-repeat: no-repeat;
	z-index: 10;
}

#blogimg {
	position: absolute;
	left: 125px;
	top: 200px;
	width: 350px;
	height: 350px;
}

#fbimg {
	position: absolute;
	right: 125px;
	top: 200px;
	width: 350px;
	height: 350px;
}

#splashtext {
	position: relative;
	width: 750px;
	height: 300px;
	top: 625px;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: 1px solid #000;
	text-decoration: none;
}

#bloglink {
	position: absolute;
	height: 20px;
	width: 350px;
	top: 560px;
	left: 275px;
}

#fblink {
	position: absolute;
	height: 20px;
	width: 350px;
	top: 560px;
	right: -10px;
}

#footer {
	position: absolute;
	top: 900px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
