

/*  global css  */

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body {
	background-color: #E6D9E4;
	background-image: url(bg.gif);
	background-repeat: repeat;
	color: #7C6971;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	text-align: center;
	min-width: 250px;
	min-height: 200px;
	}

img {
	border: 0;
	}



/*  vertical centering  */

#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -100px; /* half of container's height */
	float: left;
	}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: center;
	width: 250px;
	height: 200px;
	clear: left;
	}

#logoBorder {
	border: 1px solid #DACED8;
	margin-bottom: 2em;
	}

#comingSoon {
	font-size: 11px;
	line-height: 17px;
	}



/*  links  */

a {
	color: #705F66;
	font-weight: bold;
	text-decoration: underline;
	}

	a:hover {
		color: #99828B;
		font-weight: bold;
		text-decoration: underline;
		}
