<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Sorry, this page is temporarily down.</title>
<style type="text/css">
<!--

/* ----------------------------------- */
/* ----- PAGE PROPERTIES <<<---------- */
/* ----------------------------------- */

html {
	margin: 0px;
	padding: 0px;
	color: #fff;
}
body {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, san-serif;
	margin: 0px;
}
p {
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* ----------------------------------- */
/* ---- H's <<<---------- */
/* ----------------------------------- */

h1 {
	font-size: xx-large;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.05em;
}

/* ----------------------------------- */
/*  A LINK ELEMENTS <<<------ */
/* ----------------------------------- */

a {
	color: #5e6a71;
	text-decoration: none;
}
a:hover {
	color: #b6bcbf;
	text-decoration: none;
}

/* ----------------------------------- */
/* ---- CONTAINER <<<---------- */
/* ----------------------------------- */

#container {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 225px;
	height: 425px;
}

/* ----------------------------------- */
/* ---- HEADER <<<---------- */
/* ----------------------------------- */

#header {
	float: left;
	height: 115px;
	width: 560px;
	padding-right: 200px;
	padding-left: 200px;
	text-align: left;
}

/* ----------------------------------- */
/* ---- MAIN <<<---------- */
/* ----------------------------------- */

#main {
	float: left;
	height: 170px;
	width: 560px;
	padding-right: 200px;
	padding-left: 200px;
	text-align: center;
}

/* ----------------------------------- */
/* ---- FOOTER <<<---------- */
/* ----------------------------------- */

#footer {
	float: left;
	height: 71px;
	width: 560px;
	padding-right: 200px;
	padding-left: 200px;
	text-align: center;
}
-->
</style>
</head>

<body>
<div id="container">
	<div id="header"><img src="images/img-whoops.jpg" width="600" height="115" alt="Whoops :(" /></div>
	<div id="main">
	  <h1>Our home page has fallen.</h1>
	  <p><strong>(we’ll be up soon)</strong></p>
	</div>
  <div id="footer"><img src="images/img-logo.jpg" width="600" height="71" alt="Washington State University" /></div>
</div>
</body>
</html>