﻿@charset "UTF-8";

html {
	position: relative;
	min-height: 100%;
}

body {
	height : 100%;
	margin:0;
	margin-bottom: 60px;
}

p.fontselect {
	font-family: Impact,Charcoal;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 0px;
	padding: 0;
	line-height: 60px;
}

img {
	vertical-align: bottom;
}

textarea {
	width: 75%;
}