

html {
    position: relative;
    min-height: 100%;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 85%;
	height: 100%;
}
body {
    margin: 0; /* bottom = footer height */
	background-image: url('images/light_toast.png');
	height: 90%;
}

.inner {
	width: 800px;
	margin: 0 auto;
	padding: 10px 15px;
}

.column {
	width: 45%;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 10px;
	color: #454545;
	font-size: 90%;
}
.column-left {
	float: left;
}
.column-right {
	float: right;
}

h1 {
	font-weight: normal;
	text-shadow: 1px 1px 4px #999;
	float: right;
}

nav {
	background-color: #333;
	height: 30px;
	color: #eee;
	position: fixed;
	width: 100%;
	z-index: 10;
}

#wrapper {
	background-color: white;
    margin: 20px auto 50px;
    min-height: 1000px;
    position: relative;
    width: 880px;
	box-shadow: 0 0 10px #999;
	border: 1px solid #bbb;
}

#wrapper .inner {
	padding-bottom: 250px;
	
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
	background-color: #000;
	background-image: url('images/gradient.png');
	color: #aaa;
	text-shadow: 1px 0px 2px #111;
}

footer a {
	width: 150px;
	display: inline-block;
}

#cows {
	width: 800px;
	height: 85px;
	background-image: url('images/cows_800.png');
	margin: -132px auto;
	position: relative;
}

#yvlogo {
	background-image: url('images/YVLogo.png');
	width: 150px;
	height: 150px;
	margin-top: -140px;
	margin-left: 20px;
}