* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: white url('images/bg.png') repeat-x;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 41px;
	color: #d4d8dc;
	margin: 0;
}

h1 {
	text-indent: -50000px;
	background: white url('images/logo.jpg') no-repeat;
	width: 277px;
	height: 411px;
	margin: 30px 0 0 -1px;
}

a {
	color: #969696;
	text-decoration: none;
	border-bottom: 1px dotted #969696;
	}
a:hover {
	color: #969696;
	text-decoration: none;
	border-bottom: 2px solid #969696;
	}

#container {
	width: 411px;
	margin: 0 auto;
	height: 100%;
}

#splash {
	height: 100%;
	background: white url('images/sidebar.png') repeat-y;
	padding: 0 25px;
	border: none;
}

p {
	margin: 0;
}




