html, body {
	margin:0; padding:0;
	height:100%;
}

html {
        /* background: url(../images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; */
}

body {
	font-family: Georgia;
}

h1 {
	margin: 0;
}

#floater {
	float:left; 
	height:50%; 
	margin-bottom:-80px;
}

a {
	color: #B33434;
	text-decoration: none;
}

#content{
	font-size:35px;
	clear:both; 
	height:160px; 
	width: 490px;
	position:relative;
	margin: 0 auto;
}