html {
	background-image:url(/images/background.jpg);
	background-repeat:repeat;
}

html, body {
	font-family:"Comic Sans MS", Helvetica;
	color: #0f300f;
    margin:0px;
}

div#title {
	font-size: 50px;
    font-weight: bold;
	text-align: center;
	width: 100%;
	background-image:url(/images/header.png);
	background-repeat:repeat-x;
    background-color: #0f300f;
    background-position: bottom;
}

div#image {
	text-align: left;
	margin-left: 394px;
}

span.white {
	color: white;
	font-weight: normal;
}

img {
	border: 0px;
	margin-bottom: -20px;
}

div#link {
	vertical-align: middle;
	float: left;
}

a {
	text-decoration: none;
	color: #0f300f;
	font-size: 18px;
}