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

.html, body {
	background-color:#e9e0cd;
}

#background_container {
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	padding-top:0px;
	width:857px;
	height:393px;
	background-image:url(img/splash_page_background.jpg);
	/* overflow:hidden; */
	background-color:#1b2d40;
	}

#website_link_container {
	width: 217px;
	height:86px;
	z-index:10;
	margin-left:641px;
	margin-top:218px;
	float:left;
	}
	
#blog_link_container {
	width: 150px;
	height:105px;
	z-index:10;
	margin-left:738px;
	margin-top:11px;
	float:left;
	}