html {
	min-height: 100%;
	height: auto;
}

body
{
 
 background: url(toothless2.png) no-repeat bottom right;
 background-color: #FFEECC;
 font-family: Arial,Helvetica,sans-serif;
}

h1
{
   text-align: center;
   font-family: comic sans ms,sans serif;
}

img
{
   border: none;
   padding: 0.5em;
}

.sidebar
{
	float: right;
	border-style: solid;
	border-color: red;
	border-width: 2px;
	padding: 0.5em;
	background-color: white;
}

.content
{
	margin-right: 22em;
}


